Shades of Water Leaf #BBF0DD
Tints of Water Leaf #BBF0DD
RGB
CMYK
RGB Variations
Color information
#BBF0DD (or 0xBBF0DD) is known color: Water Leaf. HEX triplet: BB, F0 and DD. RGB value is (187,240,221). Sum of RGB (Red+Green+Blue) = 187+240+221=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0DD is #440F22. Grayscale: #DEDEDE. Windows color (decimal): -4460323 or 14545083. OLE color: 14545083.
HSL color Cylindrical-coordinate representation of color #BBF0DD: hue angle of 158.49º 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 #BBF0DD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 221 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.06 |
| HSL | 158.49º | 0.64% | 0.84% | - |
| HSV(B) | 158.49º | 0.22% | 0.94% | - |
| XYZ | 64.7 | 78.11 | 80.07 | - |
| YUV | 221.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 221 | 0.22 | 0 | 0.08 | 0.06 | 158.49 | 0.64 | 0.84 |
| Hex | BB | F0 | DD | 16 | 0 | 8 | 6 | 9E | 40 | 54 |
| Octal | 273 | 360 | 335 | 26 | 0 | 10 | 6 | 236 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11011101 | 10110 | 0 | 1000 | 110 | 10011110 | 1000000 | 1010100 |
Color Harmonies of #BBF0DD
Complementary color
Monochromatic Colors of #BBF0DD
Black with #BBF0DD
Text Example
Text Example
White with #BBF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0DD; }
p { color: rgb(187,240,221); }
H1.HeaderClassName
{
color: #BBF0DD;
}
.AnyTagClassName
{
color: #BBF0DD;
}
</style>
background-color css
<style>
a { background-color: #BBF0DD; }
a { background-color: rgb(187,240,221); }
div.DivClassName
{
background-color: #BBF0DD;
}
.BgClassName
{
background-color: #BBF0DD;
}
</style>
border-color css
<style>
span { border-color: #BBF0DD; }
span { border-color: rgb(187,240,221); }
td.TdClassName
{
border-color: #BBF0DD;
}
.TagClassName
{
border-color: #BBF0DD;
}
</style>