Shades of Water Leaf #BCF5EC
Tints of Water Leaf #BCF5EC
RGB
CMYK
RGB Variations
Color information
#BCF5EC (or 0xBCF5EC) is known color: Water Leaf. HEX triplet: BC, F5 and EC. RGB value is (188,245,236). Sum of RGB (Red+Green+Blue) = 188+245+236=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5EC is #430A13. Grayscale: #E2E2E2. Windows color (decimal): -4393492 or 15529404. OLE color: 15529404.
HSL color Cylindrical-coordinate representation of color #BCF5EC: hue angle of 170.53º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 236 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.04 |
| HSL | 170.53º | 0.74% | 0.85% | - |
| HSV(B) | 170.53º | 0.23% | 0.96% | - |
| XYZ | 68.53 | 82.05 | 91.58 | - |
| YUV | 226.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 236 | 0.23 | 0 | 0.04 | 0.04 | 170.53 | 0.74 | 0.85 |
| Hex | BC | F5 | EC | 17 | 0 | 4 | 4 | AB | 4A | 55 |
| Octal | 274 | 365 | 354 | 27 | 0 | 4 | 4 | 253 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11101100 | 10111 | 0 | 100 | 100 | 10101011 | 1001010 | 1010101 |
Color Harmonies of #BCF5EC
Complementary color
Monochromatic Colors of #BCF5EC
Black with #BCF5EC
Text Example
Text Example
White with #BCF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5EC; }
p { color: rgb(188,245,236); }
H1.HeaderClassName
{
color: #BCF5EC;
}
.AnyTagClassName
{
color: #BCF5EC;
}
</style>
background-color css
<style>
a { background-color: #BCF5EC; }
a { background-color: rgb(188,245,236); }
div.DivClassName
{
background-color: #BCF5EC;
}
.BgClassName
{
background-color: #BCF5EC;
}
</style>
border-color css
<style>
span { border-color: #BCF5EC; }
span { border-color: rgb(188,245,236); }
td.TdClassName
{
border-color: #BCF5EC;
}
.TagClassName
{
border-color: #BCF5EC;
}
</style>