Shades of Water Leaf #BBF0DE
Tints of Water Leaf #BBF0DE
RGB
CMYK
RGB Variations
Color information
#BBF0DE (or 0xBBF0DE) is known color: Water Leaf. HEX triplet: BB, F0 and DE. RGB value is (187,240,222). Sum of RGB (Red+Green+Blue) = 187+240+222=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0DE is #440F21. Grayscale: #DEDEDE. Windows color (decimal): -4460322 or 14610619. OLE color: 14610619.
HSL color Cylindrical-coordinate representation of color #BBF0DE: hue angle of 159.62º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0DE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 222 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.06 |
| HSL | 159.62º | 0.64% | 0.84% | - |
| HSV(B) | 159.62º | 0.22% | 0.94% | - |
| XYZ | 64.84 | 78.16 | 80.78 | - |
| YUV | 222.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 222 | 0.22 | 0 | 0.08 | 0.06 | 159.62 | 0.64 | 0.84 |
| Hex | BB | F0 | DE | 16 | 0 | 8 | 6 | A0 | 40 | 54 |
| Octal | 273 | 360 | 336 | 26 | 0 | 10 | 6 | 240 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11011110 | 10110 | 0 | 1000 | 110 | 10100000 | 1000000 | 1010100 |
Color Harmonies of #BBF0DE
Complementary color
Monochromatic Colors of #BBF0DE
Black with #BBF0DE
Text Example
Text Example
White with #BBF0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0DE; }
p { color: rgb(187,240,222); }
H1.HeaderClassName
{
color: #BBF0DE;
}
.AnyTagClassName
{
color: #BBF0DE;
}
</style>
background-color css
<style>
a { background-color: #BBF0DE; }
a { background-color: rgb(187,240,222); }
div.DivClassName
{
background-color: #BBF0DE;
}
.BgClassName
{
background-color: #BBF0DE;
}
</style>
border-color css
<style>
span { border-color: #BBF0DE; }
span { border-color: rgb(187,240,222); }
td.TdClassName
{
border-color: #BBF0DE;
}
.TagClassName
{
border-color: #BBF0DE;
}
</style>