Shades of Water Leaf #BCF5E8
Tints of Water Leaf #BCF5E8
RGB
CMYK
RGB Variations
Color information
#BCF5E8 (or 0xBCF5E8) is known color: Water Leaf. HEX triplet: BC, F5 and E8. RGB value is (188,245,232). Sum of RGB (Red+Green+Blue) = 188+245+232=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5E8 is #430A17. Grayscale: #E2E2E2. Windows color (decimal): -4393496 or 15267260. OLE color: 15267260.
HSL color Cylindrical-coordinate representation of color #BCF5E8: hue angle of 166.32º 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 #BCF5E8 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 232 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.04 |
| HSL | 166.32º | 0.74% | 0.85% | - |
| HSV(B) | 166.32º | 0.23% | 0.96% | - |
| XYZ | 67.96 | 81.82 | 88.56 | - |
| YUV | 226.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 232 | 0.23 | 0 | 0.05 | 0.04 | 166.32 | 0.74 | 0.85 |
| Hex | BC | F5 | E8 | 17 | 0 | 5 | 4 | A6 | 4A | 55 |
| Octal | 274 | 365 | 350 | 27 | 0 | 5 | 4 | 246 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11101000 | 10111 | 0 | 101 | 100 | 10100110 | 1001010 | 1010101 |
Color Harmonies of #BCF5E8
Complementary color
Monochromatic Colors of #BCF5E8
Black with #BCF5E8
Text Example
Text Example
White with #BCF5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5E8; }
p { color: rgb(188,245,232); }
H1.HeaderClassName
{
color: #BCF5E8;
}
.AnyTagClassName
{
color: #BCF5E8;
}
</style>
background-color css
<style>
a { background-color: #BCF5E8; }
a { background-color: rgb(188,245,232); }
div.DivClassName
{
background-color: #BCF5E8;
}
.BgClassName
{
background-color: #BCF5E8;
}
</style>
border-color css
<style>
span { border-color: #BCF5E8; }
span { border-color: rgb(188,245,232); }
td.TdClassName
{
border-color: #BCF5E8;
}
.TagClassName
{
border-color: #BCF5E8;
}
</style>