Shades of Water Leaf #B9FBE7
Tints of Water Leaf #B9FBE7
RGB
CMYK
RGB Variations
Color information
#B9FBE7 (or 0xB9FBE7) is known color: 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
RGB | 185 | 251 | 231 | - |
CMYK | 0.26 | 0 | 0.08 | 0.02 |
HSL | 161.82º | 0.89% | 0.85% | - |
HSV(B) | 161.82º | 0.26% | 0.98% | - |
XYZ | 68.93 | 85.08 | 88.39 | - |
YUV | 228.99 | 129.13 | 96.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 251 | 231 | 0.26 | 0 | 0.08 | 0.02 | 161.82 | 0.89 | 0.85 |
Hex | B9 | FB | E7 | 1A | 0 | 8 | 2 | A2 | 59 | 55 |
Octal | 271 | 373 | 347 | 32 | 0 | 10 | 2 | 242 | 131 | 125 |
Binary | 10111001 | 11111011 | 11100111 | 11010 | 0 | 1000 | 10 | 10100010 | 1011001 | 1010101 |
Color Harmonies of #B9FBE7
Complementary color
Monochromatic Colors of #B9FBE7
Black with #B9FBE7
Text Example
Text Example
White with #B9FBE7
Text Example
Text Example
HTML Codes & Css Web 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>