Shades of Water Leaf #BCF0E1
Tints of Water Leaf #BCF0E1
RGB
CMYK
RGB Variations
Color information
#BCF0E1 (or 0xBCF0E1) is known color: Water Leaf. HEX triplet: BC, F0 and E1. RGB value is (188,240,225). Sum of RGB (Red+Green+Blue) = 188+240+225=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0E1 is #430F1E. Grayscale: #DEDEDE. Windows color (decimal): -4394783 or 14807228. OLE color: 14807228.
HSL color Cylindrical-coordinate representation of color #BCF0E1: hue angle of 162.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0E1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 225 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.06 |
| HSL | 162.69º | 0.63% | 0.84% | - |
| HSV(B) | 162.69º | 0.22% | 0.94% | - |
| XYZ | 65.49 | 78.45 | 82.92 | - |
| YUV | 222.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 225 | 0.22 | 0 | 0.06 | 0.06 | 162.69 | 0.63 | 0.84 |
| Hex | BC | F0 | E1 | 16 | 0 | 6 | 6 | A3 | 3F | 54 |
| Octal | 274 | 360 | 341 | 26 | 0 | 6 | 6 | 243 | 77 | 124 |
| Binary | 10111100 | 11110000 | 11100001 | 10110 | 0 | 110 | 110 | 10100011 | 111111 | 1010100 |
Color Harmonies of #BCF0E1
Complementary color
Monochromatic Colors of #BCF0E1
Black with #BCF0E1
Text Example
Text Example
White with #BCF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0E1; }
p { color: rgb(188,240,225); }
H1.HeaderClassName
{
color: #BCF0E1;
}
.AnyTagClassName
{
color: #BCF0E1;
}
</style>
background-color css
<style>
a { background-color: #BCF0E1; }
a { background-color: rgb(188,240,225); }
div.DivClassName
{
background-color: #BCF0E1;
}
.BgClassName
{
background-color: #BCF0E1;
}
</style>
border-color css
<style>
span { border-color: #BCF0E1; }
span { border-color: rgb(188,240,225); }
td.TdClassName
{
border-color: #BCF0E1;
}
.TagClassName
{
border-color: #BCF0E1;
}
</style>