Shades of Water Leaf #BBF0DC
Tints of Water Leaf #BBF0DC
RGB
CMYK
RGB Variations
Color information
#BBF0DC (or 0xBBF0DC) is known color: Water Leaf. HEX triplet: BB, F0 and DC. RGB value is (187,240,220). Sum of RGB (Red+Green+Blue) = 187+240+220=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0DC is #440F23. Grayscale: #DDDDDD. Windows color (decimal): -4460324 or 14479547. OLE color: 14479547.
HSL color Cylindrical-coordinate representation of color #BBF0DC: hue angle of 157.36º 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 #BBF0DC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 220 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.06 |
| HSL | 157.36º | 0.64% | 0.84% | - |
| HSV(B) | 157.36º | 0.22% | 0.94% | - |
| XYZ | 64.57 | 78.05 | 79.37 | - |
| YUV | 221.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 220 | 0.22 | 0 | 0.08 | 0.06 | 157.36 | 0.64 | 0.84 |
| Hex | BB | F0 | DC | 16 | 0 | 8 | 6 | 9D | 40 | 54 |
| Octal | 273 | 360 | 334 | 26 | 0 | 10 | 6 | 235 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11011100 | 10110 | 0 | 1000 | 110 | 10011101 | 1000000 | 1010100 |
Color Harmonies of #BBF0DC
Complementary color
Monochromatic Colors of #BBF0DC
Black with #BBF0DC
Text Example
Text Example
White with #BBF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0DC; }
p { color: rgb(187,240,220); }
H1.HeaderClassName
{
color: #BBF0DC;
}
.AnyTagClassName
{
color: #BBF0DC;
}
</style>
background-color css
<style>
a { background-color: #BBF0DC; }
a { background-color: rgb(187,240,220); }
div.DivClassName
{
background-color: #BBF0DC;
}
.BgClassName
{
background-color: #BBF0DC;
}
</style>
border-color css
<style>
span { border-color: #BBF0DC; }
span { border-color: rgb(187,240,220); }
td.TdClassName
{
border-color: #BBF0DC;
}
.TagClassName
{
border-color: #BBF0DC;
}
</style>