Shades of Water Leaf #BCE4DC
Tints of Water Leaf #BCE4DC
RGB
CMYK
RGB Variations
Color information
#BCE4DC (or 0xBCE4DC) is known color: Water Leaf. HEX triplet: BC, E4 and DC. RGB value is (188,228,220). Sum of RGB (Red+Green+Blue) = 188+228+220=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4DC is #431B23. Grayscale: #D7D7D7. Windows color (decimal): -4397860 or 14476476. OLE color: 14476476.
HSL color Cylindrical-coordinate representation of color #BCE4DC: hue angle of 168º 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 #BCE4DC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 220 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 168º | 0.43% | 0.82% | - |
| HSV(B) | 168º | 0.18% | 0.89% | - |
| XYZ | 61.4 | 71.35 | 78.25 | - |
| YUV | 215.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 220 | 0.18 | 0 | 0.04 | 0.11 | 168 | 0.43 | 0.82 |
| Hex | BC | E4 | DC | 12 | 0 | 4 | B | A8 | 2B | 52 |
| Octal | 274 | 344 | 334 | 22 | 0 | 4 | 13 | 250 | 53 | 122 |
| Binary | 10111100 | 11100100 | 11011100 | 10010 | 0 | 100 | 1011 | 10101000 | 101011 | 1010010 |
Color Harmonies of #BCE4DC
Complementary color
Monochromatic Colors of #BCE4DC
Black with #BCE4DC
Text Example
Text Example
White with #BCE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4DC; }
p { color: rgb(188,228,220); }
H1.HeaderClassName
{
color: #BCE4DC;
}
.AnyTagClassName
{
color: #BCE4DC;
}
</style>
background-color css
<style>
a { background-color: #BCE4DC; }
a { background-color: rgb(188,228,220); }
div.DivClassName
{
background-color: #BCE4DC;
}
.BgClassName
{
background-color: #BCE4DC;
}
</style>
border-color css
<style>
span { border-color: #BCE4DC; }
span { border-color: rgb(188,228,220); }
td.TdClassName
{
border-color: #BCE4DC;
}
.TagClassName
{
border-color: #BCE4DC;
}
</style>