Shades of Water Leaf #BCEEDD
Tints of Water Leaf #BCEEDD
RGB
CMYK
RGB Variations
Color information
#BCEEDD (or 0xBCEEDD) is known color: Water Leaf. HEX triplet: BC, EE and DD. RGB value is (188,238,221). Sum of RGB (Red+Green+Blue) = 188+238+221=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEDD is #431122. Grayscale: #DDDDDD. Windows color (decimal): -4395299 or 14544572. OLE color: 14544572.
HSL color Cylindrical-coordinate representation of color #BCEEDD: hue angle of 159.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEDD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 221 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.07 |
| HSL | 159.6º | 0.6% | 0.84% | - |
| HSV(B) | 159.6º | 0.21% | 0.93% | - |
| XYZ | 64.36 | 77.06 | 79.89 | - |
| YUV | 221.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 221 | 0.21 | 0 | 0.07 | 0.07 | 159.6 | 0.6 | 0.84 |
| Hex | BC | EE | DD | 15 | 0 | 7 | 7 | A0 | 3C | 54 |
| Octal | 274 | 356 | 335 | 25 | 0 | 7 | 7 | 240 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11011101 | 10101 | 0 | 111 | 111 | 10100000 | 111100 | 1010100 |
Color Harmonies of #BCEEDD
Complementary color
Monochromatic Colors of #BCEEDD
Black with #BCEEDD
Text Example
Text Example
White with #BCEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEDD; }
p { color: rgb(188,238,221); }
H1.HeaderClassName
{
color: #BCEEDD;
}
.AnyTagClassName
{
color: #BCEEDD;
}
</style>
background-color css
<style>
a { background-color: #BCEEDD; }
a { background-color: rgb(188,238,221); }
div.DivClassName
{
background-color: #BCEEDD;
}
.BgClassName
{
background-color: #BCEEDD;
}
</style>
border-color css
<style>
span { border-color: #BCEEDD; }
span { border-color: rgb(188,238,221); }
td.TdClassName
{
border-color: #BCEEDD;
}
.TagClassName
{
border-color: #BCEEDD;
}
</style>