Shades of Water Leaf #BCE6DE
Tints of Water Leaf #BCE6DE
RGB
CMYK
RGB Variations
Color information
#BCE6DE (or 0xBCE6DE) is known color: Water Leaf. HEX triplet: BC, E6 and DE. RGB value is (188,230,222). Sum of RGB (Red+Green+Blue) = 188+230+222=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6DE is #431921. Grayscale: #D8D8D8. Windows color (decimal): -4397346 or 14608060. OLE color: 14608060.
HSL color Cylindrical-coordinate representation of color #BCE6DE: hue angle of 168.57º 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 #BCE6DE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 222 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.10 |
| HSL | 168.57º | 0.46% | 0.82% | - |
| HSV(B) | 168.57º | 0.18% | 0.9% | - |
| XYZ | 62.22 | 72.56 | 79.83 | - |
| YUV | 216.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 222 | 0.18 | 0 | 0.03 | 0.10 | 168.57 | 0.46 | 0.82 |
| Hex | BC | E6 | DE | 12 | 0 | 3 | A | A9 | 2E | 52 |
| Octal | 274 | 346 | 336 | 22 | 0 | 3 | 12 | 251 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11011110 | 10010 | 0 | 11 | 1010 | 10101001 | 101110 | 1010010 |
Color Harmonies of #BCE6DE
Complementary color
Monochromatic Colors of #BCE6DE
Black with #BCE6DE
Text Example
Text Example
White with #BCE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6DE; }
p { color: rgb(188,230,222); }
H1.HeaderClassName
{
color: #BCE6DE;
}
.AnyTagClassName
{
color: #BCE6DE;
}
</style>
background-color css
<style>
a { background-color: #BCE6DE; }
a { background-color: rgb(188,230,222); }
div.DivClassName
{
background-color: #BCE6DE;
}
.BgClassName
{
background-color: #BCE6DE;
}
</style>
border-color css
<style>
span { border-color: #BCE6DE; }
span { border-color: rgb(188,230,222); }
td.TdClassName
{
border-color: #BCE6DE;
}
.TagClassName
{
border-color: #BCE6DE;
}
</style>