Shades of Water Leaf #BCE3DD
Tints of Water Leaf #BCE3DD
RGB
CMYK
RGB Variations
Color information
#BCE3DD (or 0xBCE3DD) is known color: Water Leaf. HEX triplet: BC, E3 and DD. RGB value is (188,227,221). Sum of RGB (Red+Green+Blue) = 188+227+221=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3DD is #431C22. Grayscale: #D6D6D6. Windows color (decimal): -4398115 or 14541756. OLE color: 14541756.
HSL color Cylindrical-coordinate representation of color #BCE3DD: hue angle of 170.77º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE3DD is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 221 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.11 |
| HSL | 170.77º | 0.41% | 0.81% | - |
| HSV(B) | 170.77º | 0.17% | 0.89% | - |
| XYZ | 61.26 | 70.85 | 78.85 | - |
| YUV | 214.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 221 | 0.17 | 0 | 0.03 | 0.11 | 170.77 | 0.41 | 0.81 |
| Hex | BC | E3 | DD | 11 | 0 | 3 | B | AB | 29 | 51 |
| Octal | 274 | 343 | 335 | 21 | 0 | 3 | 13 | 253 | 51 | 121 |
| Binary | 10111100 | 11100011 | 11011101 | 10001 | 0 | 11 | 1011 | 10101011 | 101001 | 1010001 |
Color Harmonies of #BCE3DD
Complementary color
Monochromatic Colors of #BCE3DD
Black with #BCE3DD
Text Example
Text Example
White with #BCE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3DD; }
p { color: rgb(188,227,221); }
H1.HeaderClassName
{
color: #BCE3DD;
}
.AnyTagClassName
{
color: #BCE3DD;
}
</style>
background-color css
<style>
a { background-color: #BCE3DD; }
a { background-color: rgb(188,227,221); }
div.DivClassName
{
background-color: #BCE3DD;
}
.BgClassName
{
background-color: #BCE3DD;
}
</style>
border-color css
<style>
span { border-color: #BCE3DD; }
span { border-color: rgb(188,227,221); }
td.TdClassName
{
border-color: #BCE3DD;
}
.TagClassName
{
border-color: #BCE3DD;
}
</style>