Shades of Water Leaf #BCE8E1
Tints of Water Leaf #BCE8E1
RGB
CMYK
RGB Variations
Color information
#BCE8E1 (or 0xBCE8E1) is known color: Water Leaf. HEX triplet: BC, E8 and E1. RGB value is (188,232,225). Sum of RGB (Red+Green+Blue) = 188+232+225=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8E1 is #43171E. Grayscale: #DADADA. Windows color (decimal): -4396831 or 14805180. OLE color: 14805180.
HSL color Cylindrical-coordinate representation of color #BCE8E1: hue angle of 170.45º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8E1 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 225 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.09 |
| HSL | 170.45º | 0.49% | 0.82% | - |
| HSV(B) | 170.45º | 0.19% | 0.91% | - |
| XYZ | 63.19 | 73.84 | 82.16 | - |
| YUV | 218.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 225 | 0.19 | 0 | 0.03 | 0.09 | 170.45 | 0.49 | 0.82 |
| Hex | BC | E8 | E1 | 13 | 0 | 3 | 9 | AA | 31 | 52 |
| Octal | 274 | 350 | 341 | 23 | 0 | 3 | 11 | 252 | 61 | 122 |
| Binary | 10111100 | 11101000 | 11100001 | 10011 | 0 | 11 | 1001 | 10101010 | 110001 | 1010010 |
Color Harmonies of #BCE8E1
Complementary color
Monochromatic Colors of #BCE8E1
Black with #BCE8E1
Text Example
Text Example
White with #BCE8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8E1; }
p { color: rgb(188,232,225); }
H1.HeaderClassName
{
color: #BCE8E1;
}
.AnyTagClassName
{
color: #BCE8E1;
}
</style>
background-color css
<style>
a { background-color: #BCE8E1; }
a { background-color: rgb(188,232,225); }
div.DivClassName
{
background-color: #BCE8E1;
}
.BgClassName
{
background-color: #BCE8E1;
}
</style>
border-color css
<style>
span { border-color: #BCE8E1; }
span { border-color: rgb(188,232,225); }
td.TdClassName
{
border-color: #BCE8E1;
}
.TagClassName
{
border-color: #BCE8E1;
}
</style>