Shades of Water Leaf #BCE4DE
Tints of Water Leaf #BCE4DE
RGB
CMYK
RGB Variations
Color information
#BCE4DE (or 0xBCE4DE) is known color: Water Leaf. HEX triplet: BC, E4 and DE. RGB value is (188,228,222). Sum of RGB (Red+Green+Blue) = 188+228+222=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4DE is #431B21. Grayscale: #D7D7D7. Windows color (decimal): -4397858 or 14607548. OLE color: 14607548.
HSL color Cylindrical-coordinate representation of color #BCE4DE: hue angle of 171º 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 #BCE4DE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 222 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.11 |
| HSL | 171º | 0.43% | 0.82% | - |
| HSV(B) | 171º | 0.18% | 0.89% | - |
| XYZ | 61.67 | 71.45 | 79.65 | - |
| YUV | 215.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 222 | 0.18 | 0 | 0.03 | 0.11 | 171 | 0.43 | 0.82 |
| Hex | BC | E4 | DE | 12 | 0 | 3 | B | AB | 2B | 52 |
| Octal | 274 | 344 | 336 | 22 | 0 | 3 | 13 | 253 | 53 | 122 |
| Binary | 10111100 | 11100100 | 11011110 | 10010 | 0 | 11 | 1011 | 10101011 | 101011 | 1010010 |
Color Harmonies of #BCE4DE
Complementary color
Monochromatic Colors of #BCE4DE
Black with #BCE4DE
Text Example
Text Example
White with #BCE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4DE; }
p { color: rgb(188,228,222); }
H1.HeaderClassName
{
color: #BCE4DE;
}
.AnyTagClassName
{
color: #BCE4DE;
}
</style>
background-color css
<style>
a { background-color: #BCE4DE; }
a { background-color: rgb(188,228,222); }
div.DivClassName
{
background-color: #BCE4DE;
}
.BgClassName
{
background-color: #BCE4DE;
}
</style>
border-color css
<style>
span { border-color: #BCE4DE; }
span { border-color: rgb(188,228,222); }
td.TdClassName
{
border-color: #BCE4DE;
}
.TagClassName
{
border-color: #BCE4DE;
}
</style>