Shades of Water Leaf #BCFFEA
Tints of Water Leaf #BCFFEA
RGB
CMYK
RGB Variations
Color information
#BCFFEA (or 0xBCFFEA) is known color: Water Leaf. HEX triplet: BC, FF and EA. RGB value is (188,255,234). Sum of RGB (Red+Green+Blue) = 188+255+234=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFEA is #430015. Grayscale: #E8E8E8. Windows color (decimal): -4390934 or 15400892. OLE color: 15400892.
HSL color Cylindrical-coordinate representation of color #BCFFEA: hue angle of 161.19º 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 #BCFFEA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 234 | - |
| CMYK | 0.26 | 0 | 0.08 | 0 |
| HSL | 161.19º | 1% | 0.87% | - |
| HSV(B) | 161.19º | 0.26% | 1% | - |
| XYZ | 71.35 | 88.15 | 91.1 | - |
| YUV | 232.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 234 | 0.26 | 0 | 0.08 | 0 | 161.19 | 1 | 0.87 |
| Hex | BC | FF | EA | 1A | 0 | 8 | 0 | A1 | 64 | 57 |
| Octal | 274 | 377 | 352 | 32 | 0 | 10 | 0 | 241 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11101010 | 11010 | 0 | 1000 | 0 | 10100001 | 1100100 | 1010111 |
Color Harmonies of #BCFFEA
Complementary color
Monochromatic Colors of #BCFFEA
Black with #BCFFEA
Text Example
Text Example
White with #BCFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFEA; }
p { color: rgb(188,255,234); }
H1.HeaderClassName
{
color: #BCFFEA;
}
.AnyTagClassName
{
color: #BCFFEA;
}
</style>
background-color css
<style>
a { background-color: #BCFFEA; }
a { background-color: rgb(188,255,234); }
div.DivClassName
{
background-color: #BCFFEA;
}
.BgClassName
{
background-color: #BCFFEA;
}
</style>
border-color css
<style>
span { border-color: #BCFFEA; }
span { border-color: rgb(188,255,234); }
td.TdClassName
{
border-color: #BCFFEA;
}
.TagClassName
{
border-color: #BCFFEA;
}
</style>