Shades of Water Leaf #BCE6DC
Tints of Water Leaf #BCE6DC
RGB
CMYK
RGB Variations
Color information
#BCE6DC (or 0xBCE6DC) is known color: Water Leaf. HEX triplet: BC, E6 and DC. RGB value is (188,230,220). Sum of RGB (Red+Green+Blue) = 188+230+220=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6DC is #431923. Grayscale: #D8D8D8. Windows color (decimal): -4397348 or 14476988. OLE color: 14476988.
HSL color Cylindrical-coordinate representation of color #BCE6DC: hue angle of 165.71º 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 #BCE6DC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 220 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.10 |
| HSL | 165.71º | 0.46% | 0.82% | - |
| HSV(B) | 165.71º | 0.18% | 0.9% | - |
| XYZ | 61.95 | 72.45 | 78.43 | - |
| YUV | 216.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 220 | 0.18 | 0 | 0.04 | 0.10 | 165.71 | 0.46 | 0.82 |
| Hex | BC | E6 | DC | 12 | 0 | 4 | A | A6 | 2E | 52 |
| Octal | 274 | 346 | 334 | 22 | 0 | 4 | 12 | 246 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11011100 | 10010 | 0 | 100 | 1010 | 10100110 | 101110 | 1010010 |
Color Harmonies of #BCE6DC
Complementary color
Monochromatic Colors of #BCE6DC
Black with #BCE6DC
Text Example
Text Example
White with #BCE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6DC; }
p { color: rgb(188,230,220); }
H1.HeaderClassName
{
color: #BCE6DC;
}
.AnyTagClassName
{
color: #BCE6DC;
}
</style>
background-color css
<style>
a { background-color: #BCE6DC; }
a { background-color: rgb(188,230,220); }
div.DivClassName
{
background-color: #BCE6DC;
}
.BgClassName
{
background-color: #BCE6DC;
}
</style>
border-color css
<style>
span { border-color: #BCE6DC; }
span { border-color: rgb(188,230,220); }
td.TdClassName
{
border-color: #BCE6DC;
}
.TagClassName
{
border-color: #BCE6DC;
}
</style>