Shades of Water Leaf #BBECDC
Tints of Water Leaf #BBECDC
RGB
CMYK
RGB Variations
Color information
#BBECDC (or 0xBBECDC) is known color: Water Leaf. HEX triplet: BB, EC and DC. RGB value is (187,236,220). Sum of RGB (Red+Green+Blue) = 187+236+220=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECDC is #441323. Grayscale: #DBDBDB. Windows color (decimal): -4461348 or 14478523. OLE color: 14478523.
HSL color Cylindrical-coordinate representation of color #BBECDC: hue angle of 160.41º 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 #BBECDC is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 220 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.07 |
| HSL | 160.41º | 0.56% | 0.83% | - |
| HSV(B) | 160.41º | 0.21% | 0.93% | - |
| XYZ | 63.41 | 75.72 | 78.98 | - |
| YUV | 219.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 220 | 0.21 | 0 | 0.07 | 0.07 | 160.41 | 0.56 | 0.83 |
| Hex | BB | EC | DC | 15 | 0 | 7 | 7 | A0 | 38 | 53 |
| Octal | 273 | 354 | 334 | 25 | 0 | 7 | 7 | 240 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11011100 | 10101 | 0 | 111 | 111 | 10100000 | 111000 | 1010011 |
Color Harmonies of #BBECDC
Complementary color
Monochromatic Colors of #BBECDC
Black with #BBECDC
Text Example
Text Example
White with #BBECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECDC; }
p { color: rgb(187,236,220); }
H1.HeaderClassName
{
color: #BBECDC;
}
.AnyTagClassName
{
color: #BBECDC;
}
</style>
background-color css
<style>
a { background-color: #BBECDC; }
a { background-color: rgb(187,236,220); }
div.DivClassName
{
background-color: #BBECDC;
}
.BgClassName
{
background-color: #BBECDC;
}
</style>
border-color css
<style>
span { border-color: #BBECDC; }
span { border-color: rgb(187,236,220); }
td.TdClassName
{
border-color: #BBECDC;
}
.TagClassName
{
border-color: #BBECDC;
}
</style>