Shades of Water Leaf #BBECDD
Tints of Water Leaf #BBECDD
RGB
CMYK
RGB Variations
Color information
#BBECDD (or 0xBBECDD) is known color: Water Leaf. HEX triplet: BB, EC and DD. RGB value is (187,236,221). Sum of RGB (Red+Green+Blue) = 187+236+221=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECDD is #441322. Grayscale: #DBDBDB. Windows color (decimal): -4461347 or 14544059. OLE color: 14544059.
HSL color Cylindrical-coordinate representation of color #BBECDD: hue angle of 161.63º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBECDD is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 221 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.07 |
| HSL | 161.63º | 0.56% | 0.83% | - |
| HSV(B) | 161.63º | 0.21% | 0.93% | - |
| XYZ | 63.54 | 75.78 | 79.68 | - |
| YUV | 219.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 221 | 0.21 | 0 | 0.06 | 0.07 | 161.63 | 0.56 | 0.83 |
| Hex | BB | EC | DD | 15 | 0 | 6 | 7 | A2 | 38 | 53 |
| Octal | 273 | 354 | 335 | 25 | 0 | 6 | 7 | 242 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11011101 | 10101 | 0 | 110 | 111 | 10100010 | 111000 | 1010011 |
Color Harmonies of #BBECDD
Complementary color
Monochromatic Colors of #BBECDD
Black with #BBECDD
Text Example
Text Example
White with #BBECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECDD; }
p { color: rgb(187,236,221); }
H1.HeaderClassName
{
color: #BBECDD;
}
.AnyTagClassName
{
color: #BBECDD;
}
</style>
background-color css
<style>
a { background-color: #BBECDD; }
a { background-color: rgb(187,236,221); }
div.DivClassName
{
background-color: #BBECDD;
}
.BgClassName
{
background-color: #BBECDD;
}
</style>
border-color css
<style>
span { border-color: #BBECDD; }
span { border-color: rgb(187,236,221); }
td.TdClassName
{
border-color: #BBECDD;
}
.TagClassName
{
border-color: #BBECDD;
}
</style>