Shades of Water Leaf #BCFFE4
Tints of Water Leaf #BCFFE4
RGB
CMYK
RGB Variations
Color information
#BCFFE4 (or 0xBCFFE4) is known color: Water Leaf. HEX triplet: BC, FF and E4. RGB value is (188,255,228). Sum of RGB (Red+Green+Blue) = 188+255+228=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFE4 is #43001B. Grayscale: #E7E7E7. Windows color (decimal): -4390940 or 15007676. OLE color: 15007676.
HSL color Cylindrical-coordinate representation of color #BCFFE4: hue angle of 155.82º 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 #BCFFE4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 228 | - |
| CMYK | 0.26 | 0 | 0.11 | 0 |
| HSL | 155.82º | 1% | 0.87% | - |
| HSV(B) | 155.82º | 0.26% | 1% | - |
| XYZ | 70.5 | 87.81 | 86.63 | - |
| YUV | 231.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 228 | 0.26 | 0 | 0.11 | 0 | 155.82 | 1 | 0.87 |
| Hex | BC | FF | E4 | 1A | 0 | B | 0 | 9C | 64 | 57 |
| Octal | 274 | 377 | 344 | 32 | 0 | 13 | 0 | 234 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11100100 | 11010 | 0 | 1011 | 0 | 10011100 | 1100100 | 1010111 |
Color Harmonies of #BCFFE4
Complementary color
Monochromatic Colors of #BCFFE4
Black with #BCFFE4
Text Example
Text Example
White with #BCFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFE4; }
p { color: rgb(188,255,228); }
H1.HeaderClassName
{
color: #BCFFE4;
}
.AnyTagClassName
{
color: #BCFFE4;
}
</style>
background-color css
<style>
a { background-color: #BCFFE4; }
a { background-color: rgb(188,255,228); }
div.DivClassName
{
background-color: #BCFFE4;
}
.BgClassName
{
background-color: #BCFFE4;
}
</style>
border-color css
<style>
span { border-color: #BCFFE4; }
span { border-color: rgb(188,255,228); }
td.TdClassName
{
border-color: #BCFFE4;
}
.TagClassName
{
border-color: #BCFFE4;
}
</style>