Shades of Water Leaf #BCFCEC
Tints of Water Leaf #BCFCEC
RGB
CMYK
RGB Variations
Color information
#BCFCEC (or 0xBCFCEC) is known color: Water Leaf. HEX triplet: BC, FC and EC. RGB value is (188,252,236). Sum of RGB (Red+Green+Blue) = 188+252+236=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCEC is #430313. Grayscale: #E7E7E7. Windows color (decimal): -4391700 or 15531196. OLE color: 15531196.
HSL color Cylindrical-coordinate representation of color #BCFCEC: hue angle of 165º 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 #BCFCEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 236 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.01 |
| HSL | 165º | 0.91% | 0.86% | - |
| HSV(B) | 165º | 0.25% | 0.99% | - |
| XYZ | 70.69 | 86.37 | 92.3 | - |
| YUV | 231.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 236 | 0.25 | 0 | 0.06 | 0.01 | 165 | 0.91 | 0.86 |
| Hex | BC | FC | EC | 19 | 0 | 6 | 1 | A5 | 5B | 56 |
| Octal | 274 | 374 | 354 | 31 | 0 | 6 | 1 | 245 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11101100 | 11001 | 0 | 110 | 1 | 10100101 | 1011011 | 1010110 |
Color Harmonies of #BCFCEC
Complementary color
Monochromatic Colors of #BCFCEC
Black with #BCFCEC
Text Example
Text Example
White with #BCFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCEC; }
p { color: rgb(188,252,236); }
H1.HeaderClassName
{
color: #BCFCEC;
}
.AnyTagClassName
{
color: #BCFCEC;
}
</style>
background-color css
<style>
a { background-color: #BCFCEC; }
a { background-color: rgb(188,252,236); }
div.DivClassName
{
background-color: #BCFCEC;
}
.BgClassName
{
background-color: #BCFCEC;
}
</style>
border-color css
<style>
span { border-color: #BCFCEC; }
span { border-color: rgb(188,252,236); }
td.TdClassName
{
border-color: #BCFCEC;
}
.TagClassName
{
border-color: #BCFCEC;
}
</style>