#B9FBE9

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

Shades of Water Leaf #B9FBE9

Tints of Water Leaf #B9FBE9

Color information

#B9FBE9 (or 0xB9FBE9) is unknown color: approx Water Leaf. HEX triplet: B9, FB and E9. RGB value is (185,251,233). Sum of RGB (Red+Green+Blue) = 185+251+233=669 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.65% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 233 (91.41% from 255 or 34.83% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBE9 is #460416. Grayscale: #E5E5E5. Windows color (decimal): -4588567 or 15334329. OLE color: 15334329.

HSL color Cylindrical-coordinate representation of color #B9FBE9: hue angle of 163.64º 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 #B9FBE9 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB185251233-
CMYK0.2600.070.02
HSL163.64º89.19%85.49%-
HSV(B)163.64º26.29%98.43%-
XYZ69.2185.1989.89-
YUV229.21130.1396.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.65%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 233 (91.41% from 255) = 34.83%
R=27.65%
G=37.52%
B=34.83%

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
Decimal1852512330.2600.070.02163.6489.1985.49
HexB9FBE91A072a45955
Octal27137335132072244131125
Binary101110011111101111101001110100111101010010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBE9; }

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

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

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

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

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

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

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

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