Shades of Water Leaf #BBF6E9
Tints of Water Leaf #BBF6E9
RGB
CMYK
RGB Variations
Color information
#BBF6E9 (or 0xBBF6E9) is known color: Water Leaf. HEX triplet: BB, F6 and E9. RGB value is (187,246,233). Sum of RGB (Red+Green+Blue) = 187+246+233=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6E9 is #440916. Grayscale: #E2E2E2. Windows color (decimal): -4458775 or 15333051. OLE color: 15333051.
HSL color Cylindrical-coordinate representation of color #BBF6E9: hue angle of 166.78º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6E9 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 233 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.04 |
| HSL | 166.78º | 0.77% | 0.85% | - |
| HSV(B) | 166.78º | 0.24% | 0.96% | - |
| XYZ | 68.16 | 82.36 | 89.4 | - |
| YUV | 226.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 233 | 0.24 | 0 | 0.05 | 0.04 | 166.78 | 0.77 | 0.85 |
| Hex | BB | F6 | E9 | 18 | 0 | 5 | 4 | A7 | 4D | 55 |
| Octal | 273 | 366 | 351 | 30 | 0 | 5 | 4 | 247 | 115 | 125 |
| Binary | 10111011 | 11110110 | 11101001 | 11000 | 0 | 101 | 100 | 10100111 | 1001101 | 1010101 |
Color Harmonies of #BBF6E9
Complementary color
Monochromatic Colors of #BBF6E9
Black with #BBF6E9
Text Example
Text Example
White with #BBF6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6E9; }
p { color: rgb(187,246,233); }
H1.HeaderClassName
{
color: #BBF6E9;
}
.AnyTagClassName
{
color: #BBF6E9;
}
</style>
background-color css
<style>
a { background-color: #BBF6E9; }
a { background-color: rgb(187,246,233); }
div.DivClassName
{
background-color: #BBF6E9;
}
.BgClassName
{
background-color: #BBF6E9;
}
</style>
border-color css
<style>
span { border-color: #BBF6E9; }
span { border-color: rgb(187,246,233); }
td.TdClassName
{
border-color: #BBF6E9;
}
.TagClassName
{
border-color: #BBF6E9;
}
</style>