Shades of Water Leaf #BCEEE4
Tints of Water Leaf #BCEEE4
RGB
CMYK
RGB Variations
Color information
#BCEEE4 (or 0xBCEEE4) is known color: Water Leaf. HEX triplet: BC, EE and E4. RGB value is (188,238,228). Sum of RGB (Red+Green+Blue) = 188+238+228=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEE4 is #43111B. Grayscale: #DDDDDD. Windows color (decimal): -4395292 or 15003324. OLE color: 15003324.
HSL color Cylindrical-coordinate representation of color #BCEEE4: hue angle of 168º 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 #BCEEE4 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 228 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.07 |
| HSL | 168º | 0.6% | 0.84% | - |
| HSV(B) | 168º | 0.21% | 0.93% | - |
| XYZ | 65.32 | 77.44 | 84.9 | - |
| YUV | 221.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 228 | 0.21 | 0 | 0.04 | 0.07 | 168 | 0.6 | 0.84 |
| Hex | BC | EE | E4 | 15 | 0 | 4 | 7 | A8 | 3C | 54 |
| Octal | 274 | 356 | 344 | 25 | 0 | 4 | 7 | 250 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11100100 | 10101 | 0 | 100 | 111 | 10101000 | 111100 | 1010100 |
Color Harmonies of #BCEEE4
Complementary color
Monochromatic Colors of #BCEEE4
Black with #BCEEE4
Text Example
Text Example
White with #BCEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEE4; }
p { color: rgb(188,238,228); }
H1.HeaderClassName
{
color: #BCEEE4;
}
.AnyTagClassName
{
color: #BCEEE4;
}
</style>
background-color css
<style>
a { background-color: #BCEEE4; }
a { background-color: rgb(188,238,228); }
div.DivClassName
{
background-color: #BCEEE4;
}
.BgClassName
{
background-color: #BCEEE4;
}
</style>
border-color css
<style>
span { border-color: #BCEEE4; }
span { border-color: rgb(188,238,228); }
td.TdClassName
{
border-color: #BCEEE4;
}
.TagClassName
{
border-color: #BCEEE4;
}
</style>