Shades of Water Leaf #BBECDA
Tints of Water Leaf #BBECDA
RGB
CMYK
RGB Variations
Color information
#BBECDA (or 0xBBECDA) is known color: Water Leaf. HEX triplet: BB, EC and DA. RGB value is (187,236,218). Sum of RGB (Red+Green+Blue) = 187+236+218=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECDA is #441325. Grayscale: #DBDBDB. Windows color (decimal): -4461350 or 14347451. OLE color: 14347451.
HSL color Cylindrical-coordinate representation of color #BBECDA: hue angle of 157.96º 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 #BBECDA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 218 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.07 |
| HSL | 157.96º | 0.56% | 0.83% | - |
| HSV(B) | 157.96º | 0.21% | 0.93% | - |
| XYZ | 63.14 | 75.62 | 77.6 | - |
| YUV | 219.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 218 | 0.21 | 0 | 0.08 | 0.07 | 157.96 | 0.56 | 0.83 |
| Hex | BB | EC | DA | 15 | 0 | 8 | 7 | 9E | 38 | 53 |
| Octal | 273 | 354 | 332 | 25 | 0 | 10 | 7 | 236 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11011010 | 10101 | 0 | 1000 | 111 | 10011110 | 111000 | 1010011 |
Color Harmonies of #BBECDA
Complementary color
Monochromatic Colors of #BBECDA
Black with #BBECDA
Text Example
Text Example
White with #BBECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECDA; }
p { color: rgb(187,236,218); }
H1.HeaderClassName
{
color: #BBECDA;
}
.AnyTagClassName
{
color: #BBECDA;
}
</style>
background-color css
<style>
a { background-color: #BBECDA; }
a { background-color: rgb(187,236,218); }
div.DivClassName
{
background-color: #BBECDA;
}
.BgClassName
{
background-color: #BBECDA;
}
</style>
border-color css
<style>
span { border-color: #BBECDA; }
span { border-color: rgb(187,236,218); }
td.TdClassName
{
border-color: #BBECDA;
}
.TagClassName
{
border-color: #BBECDA;
}
</style>