Shades of Water Leaf #BCE4DB
Tints of Water Leaf #BCE4DB
RGB
CMYK
RGB Variations
Color information
#BCE4DB (or 0xBCE4DB) is known color: Water Leaf. HEX triplet: BC, E4 and DB. RGB value is (188,228,219). Sum of RGB (Red+Green+Blue) = 188+228+219=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4DB is #431B24. Grayscale: #D7D7D7. Windows color (decimal): -4397861 or 14410940. OLE color: 14410940.
HSL color Cylindrical-coordinate representation of color #BCE4DB: hue angle of 166.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 #BCE4DB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 219 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 166.5º | 0.43% | 0.82% | - |
| HSV(B) | 166.5º | 0.18% | 0.89% | - |
| XYZ | 61.27 | 71.29 | 77.55 | - |
| YUV | 215.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 219 | 0.18 | 0 | 0.04 | 0.11 | 166.5 | 0.43 | 0.82 |
| Hex | BC | E4 | DB | 12 | 0 | 4 | B | A6 | 2B | 52 |
| Octal | 274 | 344 | 333 | 22 | 0 | 4 | 13 | 246 | 53 | 122 |
| Binary | 10111100 | 11100100 | 11011011 | 10010 | 0 | 100 | 1011 | 10100110 | 101011 | 1010010 |
Color Harmonies of #BCE4DB
Complementary color
Monochromatic Colors of #BCE4DB
Black with #BCE4DB
Text Example
Text Example
White with #BCE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4DB; }
p { color: rgb(188,228,219); }
H1.HeaderClassName
{
color: #BCE4DB;
}
.AnyTagClassName
{
color: #BCE4DB;
}
</style>
background-color css
<style>
a { background-color: #BCE4DB; }
a { background-color: rgb(188,228,219); }
div.DivClassName
{
background-color: #BCE4DB;
}
.BgClassName
{
background-color: #BCE4DB;
}
</style>
border-color css
<style>
span { border-color: #BCE4DB; }
span { border-color: rgb(188,228,219); }
td.TdClassName
{
border-color: #BCE4DB;
}
.TagClassName
{
border-color: #BCE4DB;
}
</style>