Shades of Water Leaf #BCF5E9
Tints of Water Leaf #BCF5E9
RGB
CMYK
RGB Variations
Color information
#BCF5E9 (or 0xBCF5E9) is known color: Water Leaf. HEX triplet: BC, F5 and E9. RGB value is (188,245,233). Sum of RGB (Red+Green+Blue) = 188+245+233=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5E9 is #430A16. Grayscale: #E2E2E2. Windows color (decimal): -4393495 or 15332796. OLE color: 15332796.
HSL color Cylindrical-coordinate representation of color #BCF5E9: hue angle of 167.37º 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 #BCF5E9 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 233 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.04 |
| HSL | 167.37º | 0.74% | 0.85% | - |
| HSV(B) | 167.37º | 0.23% | 0.96% | - |
| XYZ | 68.1 | 81.88 | 89.31 | - |
| YUV | 226.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 233 | 0.23 | 0 | 0.05 | 0.04 | 167.37 | 0.74 | 0.85 |
| Hex | BC | F5 | E9 | 17 | 0 | 5 | 4 | A7 | 4A | 55 |
| Octal | 274 | 365 | 351 | 27 | 0 | 5 | 4 | 247 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11101001 | 10111 | 0 | 101 | 100 | 10100111 | 1001010 | 1010101 |
Color Harmonies of #BCF5E9
Complementary color
Monochromatic Colors of #BCF5E9
Black with #BCF5E9
Text Example
Text Example
White with #BCF5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5E9; }
p { color: rgb(188,245,233); }
H1.HeaderClassName
{
color: #BCF5E9;
}
.AnyTagClassName
{
color: #BCF5E9;
}
</style>
background-color css
<style>
a { background-color: #BCF5E9; }
a { background-color: rgb(188,245,233); }
div.DivClassName
{
background-color: #BCF5E9;
}
.BgClassName
{
background-color: #BCF5E9;
}
</style>
border-color css
<style>
span { border-color: #BCF5E9; }
span { border-color: rgb(188,245,233); }
td.TdClassName
{
border-color: #BCF5E9;
}
.TagClassName
{
border-color: #BCF5E9;
}
</style>