Shades of Water Leaf #BCFCE4
Tints of Water Leaf #BCFCE4
RGB
CMYK
RGB Variations
Color information
#BCFCE4 (or 0xBCFCE4) is known color: Water Leaf. HEX triplet: BC, FC and E4. RGB value is (188,252,228). Sum of RGB (Red+Green+Blue) = 188+252+228=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCE4 is #43031B. Grayscale: #E6E6E6. Windows color (decimal): -4391708 or 15006908. OLE color: 15006908.
HSL color Cylindrical-coordinate representation of color #BCFCE4: hue angle of 157.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCE4 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 228 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.01 |
| HSL | 157.5º | 0.91% | 0.86% | - |
| HSV(B) | 157.5º | 0.25% | 0.99% | - |
| XYZ | 69.55 | 85.91 | 86.32 | - |
| YUV | 230.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 228 | 0.25 | 0 | 0.10 | 0.01 | 157.5 | 0.91 | 0.86 |
| Hex | BC | FC | E4 | 19 | 0 | A | 1 | 9E | 5B | 56 |
| Octal | 274 | 374 | 344 | 31 | 0 | 12 | 1 | 236 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11100100 | 11001 | 0 | 1010 | 1 | 10011110 | 1011011 | 1010110 |
Color Harmonies of #BCFCE4
Complementary color
Monochromatic Colors of #BCFCE4
Black with #BCFCE4
Text Example
Text Example
White with #BCFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCE4; }
p { color: rgb(188,252,228); }
H1.HeaderClassName
{
color: #BCFCE4;
}
.AnyTagClassName
{
color: #BCFCE4;
}
</style>
background-color css
<style>
a { background-color: #BCFCE4; }
a { background-color: rgb(188,252,228); }
div.DivClassName
{
background-color: #BCFCE4;
}
.BgClassName
{
background-color: #BCFCE4;
}
</style>
border-color css
<style>
span { border-color: #BCFCE4; }
span { border-color: rgb(188,252,228); }
td.TdClassName
{
border-color: #BCFCE4;
}
.TagClassName
{
border-color: #BCFCE4;
}
</style>