Shades of Water Leaf #BCE6DB
Tints of Water Leaf #BCE6DB
RGB
CMYK
RGB Variations
Color information
#BCE6DB (or 0xBCE6DB) is known color: Water Leaf. HEX triplet: BC, E6 and DB. RGB value is (188,230,219). Sum of RGB (Red+Green+Blue) = 188+230+219=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6DB is #431924. Grayscale: #D8D8D8. Windows color (decimal): -4397349 or 14411452. OLE color: 14411452.
HSL color Cylindrical-coordinate representation of color #BCE6DB: hue angle of 164.29º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6DB is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 219 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.10 |
| HSL | 164.29º | 0.46% | 0.82% | - |
| HSV(B) | 164.29º | 0.18% | 0.9% | - |
| XYZ | 61.82 | 72.4 | 77.73 | - |
| YUV | 216.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 219 | 0.18 | 0 | 0.05 | 0.10 | 164.29 | 0.46 | 0.82 |
| Hex | BC | E6 | DB | 12 | 0 | 5 | A | A4 | 2E | 52 |
| Octal | 274 | 346 | 333 | 22 | 0 | 5 | 12 | 244 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11011011 | 10010 | 0 | 101 | 1010 | 10100100 | 101110 | 1010010 |
Color Harmonies of #BCE6DB
Complementary color
Monochromatic Colors of #BCE6DB
Black with #BCE6DB
Text Example
Text Example
White with #BCE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6DB; }
p { color: rgb(188,230,219); }
H1.HeaderClassName
{
color: #BCE6DB;
}
.AnyTagClassName
{
color: #BCE6DB;
}
</style>
background-color css
<style>
a { background-color: #BCE6DB; }
a { background-color: rgb(188,230,219); }
div.DivClassName
{
background-color: #BCE6DB;
}
.BgClassName
{
background-color: #BCE6DB;
}
</style>
border-color css
<style>
span { border-color: #BCE6DB; }
span { border-color: rgb(188,230,219); }
td.TdClassName
{
border-color: #BCE6DB;
}
.TagClassName
{
border-color: #BCE6DB;
}
</style>