Shades of Water Leaf #BCFFE8
Tints of Water Leaf #BCFFE8
RGB
CMYK
RGB Variations
Color information
#BCFFE8 (or 0xBCFFE8) is known color: Water Leaf. HEX triplet: BC, FF and E8. RGB value is (188,255,232). Sum of RGB (Red+Green+Blue) = 188+255+232=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFE8 is #430017. Grayscale: #E8E8E8. Windows color (decimal): -4390936 or 15269820. OLE color: 15269820.
HSL color Cylindrical-coordinate representation of color #BCFFE8: hue angle of 159.4º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFE8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 232 | - |
| CMYK | 0.26 | 0 | 0.09 | 0 |
| HSL | 159.4º | 1% | 0.87% | - |
| HSV(B) | 159.4º | 0.26% | 1% | - |
| XYZ | 71.06 | 88.04 | 89.59 | - |
| YUV | 232.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 232 | 0.26 | 0 | 0.09 | 0 | 159.4 | 1 | 0.87 |
| Hex | BC | FF | E8 | 1A | 0 | 9 | 0 | 9F | 64 | 57 |
| Octal | 274 | 377 | 350 | 32 | 0 | 11 | 0 | 237 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11101000 | 11010 | 0 | 1001 | 0 | 10011111 | 1100100 | 1010111 |
Color Harmonies of #BCFFE8
Complementary color
Monochromatic Colors of #BCFFE8
Black with #BCFFE8
Text Example
Text Example
White with #BCFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFE8; }
p { color: rgb(188,255,232); }
H1.HeaderClassName
{
color: #BCFFE8;
}
.AnyTagClassName
{
color: #BCFFE8;
}
</style>
background-color css
<style>
a { background-color: #BCFFE8; }
a { background-color: rgb(188,255,232); }
div.DivClassName
{
background-color: #BCFFE8;
}
.BgClassName
{
background-color: #BCFFE8;
}
</style>
border-color css
<style>
span { border-color: #BCFFE8; }
span { border-color: rgb(188,255,232); }
td.TdClassName
{
border-color: #BCFFE8;
}
.TagClassName
{
border-color: #BCFFE8;
}
</style>