Shades of Water Leaf #BCEEE2
Tints of Water Leaf #BCEEE2
RGB
CMYK
RGB Variations
Color information
#BCEEE2 (or 0xBCEEE2) is known color: Water Leaf. HEX triplet: BC, EE and E2. RGB value is (188,238,226). Sum of RGB (Red+Green+Blue) = 188+238+226=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEE2 is #43111D. Grayscale: #DDDDDD. Windows color (decimal): -4395294 or 14872252. OLE color: 14872252.
HSL color Cylindrical-coordinate representation of color #BCEEE2: hue angle of 165.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 #BCEEE2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 226 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.07 |
| HSL | 165.6º | 0.6% | 0.84% | - |
| HSV(B) | 165.6º | 0.21% | 0.93% | - |
| XYZ | 65.04 | 77.33 | 83.45 | - |
| YUV | 221.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 226 | 0.21 | 0 | 0.05 | 0.07 | 165.6 | 0.6 | 0.84 |
| Hex | BC | EE | E2 | 15 | 0 | 5 | 7 | A6 | 3C | 54 |
| Octal | 274 | 356 | 342 | 25 | 0 | 5 | 7 | 246 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11100010 | 10101 | 0 | 101 | 111 | 10100110 | 111100 | 1010100 |
Color Harmonies of #BCEEE2
Complementary color
Monochromatic Colors of #BCEEE2
Black with #BCEEE2
Text Example
Text Example
White with #BCEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEE2; }
p { color: rgb(188,238,226); }
H1.HeaderClassName
{
color: #BCEEE2;
}
.AnyTagClassName
{
color: #BCEEE2;
}
</style>
background-color css
<style>
a { background-color: #BCEEE2; }
a { background-color: rgb(188,238,226); }
div.DivClassName
{
background-color: #BCEEE2;
}
.BgClassName
{
background-color: #BCEEE2;
}
</style>
border-color css
<style>
span { border-color: #BCEEE2; }
span { border-color: rgb(188,238,226); }
td.TdClassName
{
border-color: #BCEEE2;
}
.TagClassName
{
border-color: #BCEEE2;
}
</style>