Shades of Water Leaf #BCECE1
Tints of Water Leaf #BCECE1
RGB
CMYK
RGB Variations
Color information
#BCECE1 (or 0xBCECE1) is known color: Water Leaf. HEX triplet: BC, EC and E1. RGB value is (188,236,225). Sum of RGB (Red+Green+Blue) = 188+236+225=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECE1 is #43131E. Grayscale: #DCDCDC. Windows color (decimal): -4395807 or 14806204. OLE color: 14806204.
HSL color Cylindrical-coordinate representation of color #BCECE1: hue angle of 166.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECE1 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 225 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.07 |
| HSL | 166.25º | 0.56% | 0.83% | - |
| HSV(B) | 166.25º | 0.2% | 0.93% | - |
| XYZ | 64.33 | 76.12 | 82.54 | - |
| YUV | 220.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 225 | 0.20 | 0 | 0.05 | 0.07 | 166.25 | 0.56 | 0.83 |
| Hex | BC | EC | E1 | 14 | 0 | 5 | 7 | A6 | 38 | 53 |
| Octal | 274 | 354 | 341 | 24 | 0 | 5 | 7 | 246 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11100001 | 10100 | 0 | 101 | 111 | 10100110 | 111000 | 1010011 |
Color Harmonies of #BCECE1
Complementary color
Monochromatic Colors of #BCECE1
Black with #BCECE1
Text Example
Text Example
White with #BCECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECE1; }
p { color: rgb(188,236,225); }
H1.HeaderClassName
{
color: #BCECE1;
}
.AnyTagClassName
{
color: #BCECE1;
}
</style>
background-color css
<style>
a { background-color: #BCECE1; }
a { background-color: rgb(188,236,225); }
div.DivClassName
{
background-color: #BCECE1;
}
.BgClassName
{
background-color: #BCECE1;
}
</style>
border-color css
<style>
span { border-color: #BCECE1; }
span { border-color: rgb(188,236,225); }
td.TdClassName
{
border-color: #BCECE1;
}
.TagClassName
{
border-color: #BCECE1;
}
</style>