#B8FBBA

Color #B8FBBA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B8FBBA

Tints of Fringy Flower #B8FBBA

Color information

#B8FBBA (or 0xB8FBBA) is unknown color: approx Fringy Flower. HEX triplet: B8, FB and BA. RGB value is (184,251,186). Sum of RGB (Red+Green+Blue) = 184+251+186=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBBA is #470445. Grayscale: #DFDFDF. Windows color (decimal): -4654150 or 12254136. OLE color: 12254136.

HSL color Cylindrical-coordinate representation of color #B8FBBA: hue angle of 121.79º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBBA is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB184251186-
CMYK0.2700.260.02
HSL121.79º89.33%85.29%-
HSV(B)121.79º26.69%98.43%-
XYZ63.1382.7359.1-
YUV223.56106.899.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 29.63%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=29.63%
G=40.42%
B=29.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842511860.2700.260.02121.7989.3385.29
HexB8FBBA1B01A27a5955
Octal270373272330322172131125
Binary1011100011111011101110101101101101010111101010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBBA; }

 p { color: rgb(184,251,186); }

 H1.HeaderClassName
 {
   color: #B8FBBA;
 }
 .AnyTagClassName
 {
   color: #B8FBBA;
 }
</style>
background-color css

<style>
 a { background-color: #B8FBBA; }

 a { background-color: rgb(184,251,186); }

 div.DivClassName
 {
   background-color: #B8FBBA;
 }
 .BgClassName
 {
   background-color: #B8FBBA;
 }
</style>
border-color css

<style>
 span { border-color: #B8FBBA; }

 span { border-color: rgb(184,251,186); }

 td.TdClassName
 {
   border-color: #B8FBBA;
 }
 .TagClassName
 {
   border-color: #B8FBBA;
 }
</style>