Shades of Water Leaf #BBF2DD
Tints of Water Leaf #BBF2DD
RGB
CMYK
RGB Variations
Color information
#BBF2DD (or 0xBBF2DD) is known color: Water Leaf. HEX triplet: BB, F2 and DD. RGB value is (187,242,221). Sum of RGB (Red+Green+Blue) = 187+242+221=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DD is #440D22. Grayscale: #DFDFDF. Windows color (decimal): -4459811 or 14545595. OLE color: 14545595.
HSL color Cylindrical-coordinate representation of color #BBF2DD: hue angle of 157.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2DD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 221 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.05 |
| HSL | 157.09º | 0.68% | 0.84% | - |
| HSV(B) | 157.09º | 0.23% | 0.95% | - |
| XYZ | 65.3 | 79.29 | 80.27 | - |
| YUV | 223.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 221 | 0.23 | 0 | 0.09 | 0.05 | 157.09 | 0.68 | 0.84 |
| Hex | BB | F2 | DD | 17 | 0 | 9 | 5 | 9D | 44 | 54 |
| Octal | 273 | 362 | 335 | 27 | 0 | 11 | 5 | 235 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11011101 | 10111 | 0 | 1001 | 101 | 10011101 | 1000100 | 1010100 |
Color Harmonies of #BBF2DD
Complementary color
Monochromatic Colors of #BBF2DD
Black with #BBF2DD
Text Example
Text Example
White with #BBF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2DD; }
p { color: rgb(187,242,221); }
H1.HeaderClassName
{
color: #BBF2DD;
}
.AnyTagClassName
{
color: #BBF2DD;
}
</style>
background-color css
<style>
a { background-color: #BBF2DD; }
a { background-color: rgb(187,242,221); }
div.DivClassName
{
background-color: #BBF2DD;
}
.BgClassName
{
background-color: #BBF2DD;
}
</style>
border-color css
<style>
span { border-color: #BBF2DD; }
span { border-color: rgb(187,242,221); }
td.TdClassName
{
border-color: #BBF2DD;
}
.TagClassName
{
border-color: #BBF2DD;
}
</style>