Shades of Water Leaf #BCEEE5
Tints of Water Leaf #BCEEE5
RGB
CMYK
RGB Variations
Color information
#BCEEE5 (or 0xBCEEE5) is known color: Water Leaf. HEX triplet: BC, EE and E5. RGB value is (188,238,229). Sum of RGB (Red+Green+Blue) = 188+238+229=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEE5 is #43111A. Grayscale: #DEDEDE. Windows color (decimal): -4395291 or 15068860. OLE color: 15068860.
HSL color Cylindrical-coordinate representation of color #BCEEE5: hue angle of 169.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 #BCEEE5 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 229 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.07 |
| HSL | 169.2º | 0.6% | 0.84% | - |
| HSV(B) | 169.2º | 0.21% | 0.93% | - |
| XYZ | 65.46 | 77.5 | 85.64 | - |
| YUV | 222.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 229 | 0.21 | 0 | 0.04 | 0.07 | 169.2 | 0.6 | 0.84 |
| Hex | BC | EE | E5 | 15 | 0 | 4 | 7 | A9 | 3C | 54 |
| Octal | 274 | 356 | 345 | 25 | 0 | 4 | 7 | 251 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11100101 | 10101 | 0 | 100 | 111 | 10101001 | 111100 | 1010100 |
Color Harmonies of #BCEEE5
Complementary color
Monochromatic Colors of #BCEEE5
Black with #BCEEE5
Text Example
Text Example
White with #BCEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEE5; }
p { color: rgb(188,238,229); }
H1.HeaderClassName
{
color: #BCEEE5;
}
.AnyTagClassName
{
color: #BCEEE5;
}
</style>
background-color css
<style>
a { background-color: #BCEEE5; }
a { background-color: rgb(188,238,229); }
div.DivClassName
{
background-color: #BCEEE5;
}
.BgClassName
{
background-color: #BCEEE5;
}
</style>
border-color css
<style>
span { border-color: #BCEEE5; }
span { border-color: rgb(188,238,229); }
td.TdClassName
{
border-color: #BCEEE5;
}
.TagClassName
{
border-color: #BCEEE5;
}
</style>