Shades of Water Leaf #BCF4E8
Tints of Water Leaf #BCF4E8
RGB
CMYK
RGB Variations
Color information
#BCF4E8 (or 0xBCF4E8) is known color: Water Leaf. HEX triplet: BC, F4 and E8. RGB value is (188,244,232). Sum of RGB (Red+Green+Blue) = 188+244+232=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF4E8 is #430B17. Grayscale: #E1E1E1. Windows color (decimal): -4393752 or 15267004. OLE color: 15267004.
HSL color Cylindrical-coordinate representation of color #BCF4E8: hue angle of 167.14º degrees, saturation: 0.72, 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 #BCF4E8 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 232 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.04 |
| HSL | 167.14º | 0.72% | 0.85% | - |
| HSV(B) | 167.14º | 0.23% | 0.96% | - |
| XYZ | 67.66 | 81.22 | 88.45 | - |
| YUV | 225.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 232 | 0.23 | 0 | 0.05 | 0.04 | 167.14 | 0.72 | 0.85 |
| Hex | BC | F4 | E8 | 17 | 0 | 5 | 4 | A7 | 48 | 55 |
| Octal | 274 | 364 | 350 | 27 | 0 | 5 | 4 | 247 | 110 | 125 |
| Binary | 10111100 | 11110100 | 11101000 | 10111 | 0 | 101 | 100 | 10100111 | 1001000 | 1010101 |
Color Harmonies of #BCF4E8
Complementary color
Monochromatic Colors of #BCF4E8
Black with #BCF4E8
Text Example
Text Example
White with #BCF4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF4E8; }
p { color: rgb(188,244,232); }
H1.HeaderClassName
{
color: #BCF4E8;
}
.AnyTagClassName
{
color: #BCF4E8;
}
</style>
background-color css
<style>
a { background-color: #BCF4E8; }
a { background-color: rgb(188,244,232); }
div.DivClassName
{
background-color: #BCF4E8;
}
.BgClassName
{
background-color: #BCF4E8;
}
</style>
border-color css
<style>
span { border-color: #BCF4E8; }
span { border-color: rgb(188,244,232); }
td.TdClassName
{
border-color: #BCF4E8;
}
.TagClassName
{
border-color: #BCF4E8;
}
</style>