Shades of Water Leaf #BCE6DA
Tints of Water Leaf #BCE6DA
RGB
CMYK
RGB Variations
Color information
#BCE6DA (or 0xBCE6DA) is known color: Water Leaf. HEX triplet: BC, E6 and DA. RGB value is (188,230,218). Sum of RGB (Red+Green+Blue) = 188+230+218=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6DA is #431925. Grayscale: #D8D8D8. Windows color (decimal): -4397350 or 14345916. OLE color: 14345916.
HSL color Cylindrical-coordinate representation of color #BCE6DA: hue angle of 162.86º 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 #BCE6DA is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 218 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.10 |
| HSL | 162.86º | 0.46% | 0.82% | - |
| HSV(B) | 162.86º | 0.18% | 0.9% | - |
| XYZ | 61.69 | 72.35 | 77.04 | - |
| YUV | 216.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 218 | 0.18 | 0 | 0.05 | 0.10 | 162.86 | 0.46 | 0.82 |
| Hex | BC | E6 | DA | 12 | 0 | 5 | A | A3 | 2E | 52 |
| Octal | 274 | 346 | 332 | 22 | 0 | 5 | 12 | 243 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11011010 | 10010 | 0 | 101 | 1010 | 10100011 | 101110 | 1010010 |
Color Harmonies of #BCE6DA
Complementary color
Monochromatic Colors of #BCE6DA
Black with #BCE6DA
Text Example
Text Example
White with #BCE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6DA; }
p { color: rgb(188,230,218); }
H1.HeaderClassName
{
color: #BCE6DA;
}
.AnyTagClassName
{
color: #BCE6DA;
}
</style>
background-color css
<style>
a { background-color: #BCE6DA; }
a { background-color: rgb(188,230,218); }
div.DivClassName
{
background-color: #BCE6DA;
}
.BgClassName
{
background-color: #BCE6DA;
}
</style>
border-color css
<style>
span { border-color: #BCE6DA; }
span { border-color: rgb(188,230,218); }
td.TdClassName
{
border-color: #BCE6DA;
}
.TagClassName
{
border-color: #BCE6DA;
}
</style>