Shades of Water Leaf #BCFDE6
Tints of Water Leaf #BCFDE6
RGB
CMYK
RGB Variations
Color information
#BCFDE6 (or 0xBCFDE6) is known color: Water Leaf. HEX triplet: BC, FD and E6. RGB value is (188,253,230). Sum of RGB (Red+Green+Blue) = 188+253+230=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDE6 is #430219. Grayscale: #E6E6E6. Windows color (decimal): -4391450 or 15138236. OLE color: 15138236.
HSL color Cylindrical-coordinate representation of color #BCFDE6: hue angle of 158.77º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDE6 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 230 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.01 |
| HSL | 158.77º | 0.94% | 0.86% | - |
| HSV(B) | 158.77º | 0.26% | 0.99% | - |
| XYZ | 70.15 | 86.66 | 87.89 | - |
| YUV | 230.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 230 | 0.26 | 0 | 0.09 | 0.01 | 158.77 | 0.94 | 0.86 |
| Hex | BC | FD | E6 | 1A | 0 | 9 | 1 | 9F | 5E | 56 |
| Octal | 274 | 375 | 346 | 32 | 0 | 11 | 1 | 237 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11100110 | 11010 | 0 | 1001 | 1 | 10011111 | 1011110 | 1010110 |
Color Harmonies of #BCFDE6
Complementary color
Monochromatic Colors of #BCFDE6
Black with #BCFDE6
Text Example
Text Example
White with #BCFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDE6; }
p { color: rgb(188,253,230); }
H1.HeaderClassName
{
color: #BCFDE6;
}
.AnyTagClassName
{
color: #BCFDE6;
}
</style>
background-color css
<style>
a { background-color: #BCFDE6; }
a { background-color: rgb(188,253,230); }
div.DivClassName
{
background-color: #BCFDE6;
}
.BgClassName
{
background-color: #BCFDE6;
}
</style>
border-color css
<style>
span { border-color: #BCFDE6; }
span { border-color: rgb(188,253,230); }
td.TdClassName
{
border-color: #BCFDE6;
}
.TagClassName
{
border-color: #BCFDE6;
}
</style>