Shades of Water Leaf #BCFCEA
Tints of Water Leaf #BCFCEA
RGB
CMYK
RGB Variations
Color information
#BCFCEA (or 0xBCFCEA) is known color: Water Leaf. HEX triplet: BC, FC and EA. RGB value is (188,252,234). Sum of RGB (Red+Green+Blue) = 188+252+234=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCEA is #430315. Grayscale: #E6E6E6. Windows color (decimal): -4391702 or 15400124. OLE color: 15400124.
HSL color Cylindrical-coordinate representation of color #BCFCEA: hue angle of 163.12º 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 #BCFCEA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 234 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.01 |
| HSL | 163.13º | 0.91% | 0.86% | - |
| HSV(B) | 163.13º | 0.25% | 0.99% | - |
| XYZ | 70.4 | 86.25 | 90.78 | - |
| YUV | 230.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 234 | 0.25 | 0 | 0.07 | 0.01 | 163.13 | 0.91 | 0.86 |
| Hex | BC | FC | EA | 19 | 0 | 7 | 1 | A3 | 5B | 56 |
| Octal | 274 | 374 | 352 | 31 | 0 | 7 | 1 | 243 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11101010 | 11001 | 0 | 111 | 1 | 10100011 | 1011011 | 1010110 |
Color Harmonies of #BCFCEA
Complementary color
Monochromatic Colors of #BCFCEA
Black with #BCFCEA
Text Example
Text Example
White with #BCFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCEA; }
p { color: rgb(188,252,234); }
H1.HeaderClassName
{
color: #BCFCEA;
}
.AnyTagClassName
{
color: #BCFCEA;
}
</style>
background-color css
<style>
a { background-color: #BCFCEA; }
a { background-color: rgb(188,252,234); }
div.DivClassName
{
background-color: #BCFCEA;
}
.BgClassName
{
background-color: #BCFCEA;
}
</style>
border-color css
<style>
span { border-color: #BCFCEA; }
span { border-color: rgb(188,252,234); }
td.TdClassName
{
border-color: #BCFCEA;
}
.TagClassName
{
border-color: #BCFCEA;
}
</style>