Shades of Water Leaf #BCE4DD
Tints of Water Leaf #BCE4DD
RGB
CMYK
RGB Variations
Color information
#BCE4DD (or 0xBCE4DD) is known color: Water Leaf. HEX triplet: BC, E4 and DD. RGB value is (188,228,221). Sum of RGB (Red+Green+Blue) = 188+228+221=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4DD is #431B22. Grayscale: #D7D7D7. Windows color (decimal): -4397859 or 14542012. OLE color: 14542012.
HSL color Cylindrical-coordinate representation of color #BCE4DD: hue angle of 169.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4DD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 221 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.11 |
| HSL | 169.5º | 0.43% | 0.82% | - |
| HSV(B) | 169.5º | 0.18% | 0.89% | - |
| XYZ | 61.53 | 71.4 | 78.94 | - |
| YUV | 215.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 221 | 0.18 | 0 | 0.03 | 0.11 | 169.5 | 0.43 | 0.82 |
| Hex | BC | E4 | DD | 12 | 0 | 3 | B | AA | 2B | 52 |
| Octal | 274 | 344 | 335 | 22 | 0 | 3 | 13 | 252 | 53 | 122 |
| Binary | 10111100 | 11100100 | 11011101 | 10010 | 0 | 11 | 1011 | 10101010 | 101011 | 1010010 |
Color Harmonies of #BCE4DD
Complementary color
Monochromatic Colors of #BCE4DD
Black with #BCE4DD
Text Example
Text Example
White with #BCE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4DD; }
p { color: rgb(188,228,221); }
H1.HeaderClassName
{
color: #BCE4DD;
}
.AnyTagClassName
{
color: #BCE4DD;
}
</style>
background-color css
<style>
a { background-color: #BCE4DD; }
a { background-color: rgb(188,228,221); }
div.DivClassName
{
background-color: #BCE4DD;
}
.BgClassName
{
background-color: #BCE4DD;
}
</style>
border-color css
<style>
span { border-color: #BCE4DD; }
span { border-color: rgb(188,228,221); }
td.TdClassName
{
border-color: #BCE4DD;
}
.TagClassName
{
border-color: #BCE4DD;
}
</style>