#B9FBEA

Color #B9FBEA Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B9FBEA

Tints of Water Leaf #B9FBEA

Color information

#B9FBEA (or 0xB9FBEA) is unknown color: approx Water Leaf. HEX triplet: B9, FB and EA. RGB value is (185,251,234). Sum of RGB (Red+Green+Blue) = 185+251+234=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBEA is #460415. Grayscale: #E5E5E5. Windows color (decimal): -4588566 or 15399865. OLE color: 15399865.

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

Color convert

RGB185251234-
CMYK0.2600.070.02
HSL164.55º89.19%85.49%-
HSV(B)164.55º26.29%98.43%-
XYZ69.3685.2590.64-
YUV229.33130.6396.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.61%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=27.61%
G=37.46%
B=34.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852512340.2600.070.02164.5589.1985.49
HexB9FBEA1A072a55955
Octal27137335232072245131125
Binary101110011111101111101010110100111101010010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBEA; }

 p { color: rgb(185,251,234); }

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

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

 a { background-color: rgb(185,251,234); }

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

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

 span { border-color: rgb(185,251,234); }

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