Shades of Water Leaf #BCEEE0
Tints of Water Leaf #BCEEE0
RGB
CMYK
RGB Variations
Color information
#BCEEE0 (or 0xBCEEE0) is known color: Water Leaf. HEX triplet: BC, EE and E0. RGB value is (188,238,224). Sum of RGB (Red+Green+Blue) = 188+238+224=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEE0 is #43111F. Grayscale: #DDDDDD. Windows color (decimal): -4395296 or 14741180. OLE color: 14741180.
HSL color Cylindrical-coordinate representation of color #BCEEE0: hue angle of 163.2º 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 #BCEEE0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 224 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.07 |
| HSL | 163.2º | 0.6% | 0.84% | - |
| HSV(B) | 163.2º | 0.21% | 0.93% | - |
| XYZ | 64.77 | 77.22 | 82.01 | - |
| YUV | 221.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 224 | 0.21 | 0 | 0.06 | 0.07 | 163.2 | 0.6 | 0.84 |
| Hex | BC | EE | E0 | 15 | 0 | 6 | 7 | A3 | 3C | 54 |
| Octal | 274 | 356 | 340 | 25 | 0 | 6 | 7 | 243 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11100000 | 10101 | 0 | 110 | 111 | 10100011 | 111100 | 1010100 |
Color Harmonies of #BCEEE0
Complementary color
Monochromatic Colors of #BCEEE0
Black with #BCEEE0
Text Example
Text Example
White with #BCEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEE0; }
p { color: rgb(188,238,224); }
H1.HeaderClassName
{
color: #BCEEE0;
}
.AnyTagClassName
{
color: #BCEEE0;
}
</style>
background-color css
<style>
a { background-color: #BCEEE0; }
a { background-color: rgb(188,238,224); }
div.DivClassName
{
background-color: #BCEEE0;
}
.BgClassName
{
background-color: #BCEEE0;
}
</style>
border-color css
<style>
span { border-color: #BCEEE0; }
span { border-color: rgb(188,238,224); }
td.TdClassName
{
border-color: #BCEEE0;
}
.TagClassName
{
border-color: #BCEEE0;
}
</style>