Shades of Water Leaf #BCFAEC
Tints of Water Leaf #BCFAEC
RGB
CMYK
RGB Variations
Color information
#BCFAEC (or 0xBCFAEC) is known color: Water Leaf. HEX triplet: BC, FA and EC. RGB value is (188,250,236). Sum of RGB (Red+Green+Blue) = 188+250+236=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAEC is #430513. Grayscale: #E5E5E5. Windows color (decimal): -4392212 or 15530684. OLE color: 15530684.
HSL color Cylindrical-coordinate representation of color #BCFAEC: hue angle of 166.45º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 236 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.02 |
| HSL | 166.45º | 0.86% | 0.86% | - |
| HSV(B) | 166.45º | 0.25% | 0.98% | - |
| XYZ | 70.06 | 85.12 | 92.09 | - |
| YUV | 229.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 236 | 0.25 | 0 | 0.06 | 0.02 | 166.45 | 0.86 | 0.86 |
| Hex | BC | FA | EC | 19 | 0 | 6 | 2 | A6 | 56 | 56 |
| Octal | 274 | 372 | 354 | 31 | 0 | 6 | 2 | 246 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11101100 | 11001 | 0 | 110 | 10 | 10100110 | 1010110 | 1010110 |
Color Harmonies of #BCFAEC
Complementary color
Monochromatic Colors of #BCFAEC
Black with #BCFAEC
Text Example
Text Example
White with #BCFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAEC; }
p { color: rgb(188,250,236); }
H1.HeaderClassName
{
color: #BCFAEC;
}
.AnyTagClassName
{
color: #BCFAEC;
}
</style>
background-color css
<style>
a { background-color: #BCFAEC; }
a { background-color: rgb(188,250,236); }
div.DivClassName
{
background-color: #BCFAEC;
}
.BgClassName
{
background-color: #BCFAEC;
}
</style>
border-color css
<style>
span { border-color: #BCFAEC; }
span { border-color: rgb(188,250,236); }
td.TdClassName
{
border-color: #BCFAEC;
}
.TagClassName
{
border-color: #BCFAEC;
}
</style>