#B9FBE7

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

Shades of Water Leaf #B9FBE7

Tints of Water Leaf #B9FBE7

Color information

#B9FBE7 (or 0xB9FBE7) is unknown color: approx Water Leaf. HEX triplet: B9, FB and E7. RGB value is (185,251,231). Sum of RGB (Red+Green+Blue) = 185+251+231=667 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.74% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBE7 is #460418. Grayscale: #E5E5E5. Windows color (decimal): -4588569 or 15203257. OLE color: 15203257.

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

Color convert

RGB185251231-
CMYK0.2600.080.02
HSL161.82º89.19%85.49%-
HSV(B)161.82º26.29%98.43%-
XYZ68.9385.0888.39-
YUV228.99129.1396.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.74%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 231 (90.62% from 255) = 34.63%
R=27.74%
G=37.63%
B=34.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852512310.2600.080.02161.8289.1985.49
HexB9FBE71A082a25955
Octal271373347320102242131125
Binary1011100111111011111001111101001000101010001010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBE7; }

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

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

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

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

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

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

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

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