Shades of Water Leaf #BBECDB
Tints of Water Leaf #BBECDB
RGB
CMYK
RGB Variations
Color information
#BBECDB (or 0xBBECDB) is known color: Water Leaf. HEX triplet: BB, EC and DB. RGB value is (187,236,219). Sum of RGB (Red+Green+Blue) = 187+236+219=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECDB is #441324. Grayscale: #DBDBDB. Windows color (decimal): -4461349 or 14412987. OLE color: 14412987.
HSL color Cylindrical-coordinate representation of color #BBECDB: hue angle of 159.18º 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 #BBECDB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 187 | 236 | 219 | - |
CMYK | 0.21 | 0 | 0.07 | 0.07 |
HSL | 159.18º | 0.56% | 0.83% | - |
HSV(B) | 159.18º | 0.21% | 0.93% | - |
XYZ | 63.28 | 75.67 | 78.29 | - |
YUV | 219.41 | 127.77 | 104.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 236 | 219 | 0.21 | 0 | 0.07 | 0.07 | 159.18 | 0.56 | 0.83 |
Hex | BB | EC | DB | 15 | 0 | 7 | 7 | 9F | 38 | 53 |
Octal | 273 | 354 | 333 | 25 | 0 | 7 | 7 | 237 | 70 | 123 |
Binary | 10111011 | 11101100 | 11011011 | 10101 | 0 | 111 | 111 | 10011111 | 111000 | 1010011 |
Color Harmonies of #BBECDB
Complementary color
Monochromatic Colors of #BBECDB
Black with #BBECDB
Text Example
Text Example
White with #BBECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECDB; }
p { color: rgb(187,236,219); }
H1.HeaderClassName
{
color: #BBECDB;
}
.AnyTagClassName
{
color: #BBECDB;
}
</style>
background-color css
<style>
a { background-color: #BBECDB; }
a { background-color: rgb(187,236,219); }
div.DivClassName
{
background-color: #BBECDB;
}
.BgClassName
{
background-color: #BBECDB;
}
</style>
border-color css
<style>
span { border-color: #BBECDB; }
span { border-color: rgb(187,236,219); }
td.TdClassName
{
border-color: #BBECDB;
}
.TagClassName
{
border-color: #BBECDB;
}
</style>