Shades of Water Leaf #BBECDF
Tints of Water Leaf #BBECDF
RGB
CMYK
RGB Variations
Color information
#BBECDF (or 0xBBECDF) is known color: Water Leaf. HEX triplet: BB, EC and DF. RGB value is (187,236,223). Sum of RGB (Red+Green+Blue) = 187+236+223=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECDF is #441320. Grayscale: #DBDBDB. Windows color (decimal): -4461345 or 14675131. OLE color: 14675131.
HSL color Cylindrical-coordinate representation of color #BBECDF: hue angle of 164.08º 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 #BBECDF is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 223 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.07 |
| HSL | 164.08º | 0.56% | 0.83% | - |
| HSV(B) | 164.08º | 0.21% | 0.93% | - |
| XYZ | 63.81 | 75.88 | 81.1 | - |
| YUV | 219.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 223 | 0.21 | 0 | 0.06 | 0.07 | 164.08 | 0.56 | 0.83 |
| Hex | BB | EC | DF | 15 | 0 | 6 | 7 | A4 | 38 | 53 |
| Octal | 273 | 354 | 337 | 25 | 0 | 6 | 7 | 244 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11011111 | 10101 | 0 | 110 | 111 | 10100100 | 111000 | 1010011 |
Color Harmonies of #BBECDF
Complementary color
Monochromatic Colors of #BBECDF
Black with #BBECDF
Text Example
Text Example
White with #BBECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECDF; }
p { color: rgb(187,236,223); }
H1.HeaderClassName
{
color: #BBECDF;
}
.AnyTagClassName
{
color: #BBECDF;
}
</style>
background-color css
<style>
a { background-color: #BBECDF; }
a { background-color: rgb(187,236,223); }
div.DivClassName
{
background-color: #BBECDF;
}
.BgClassName
{
background-color: #BBECDF;
}
</style>
border-color css
<style>
span { border-color: #BBECDF; }
span { border-color: rgb(187,236,223); }
td.TdClassName
{
border-color: #BBECDF;
}
.TagClassName
{
border-color: #BBECDF;
}
</style>