Shades of Water Leaf #BCFDE9
Tints of Water Leaf #BCFDE9
RGB
CMYK
RGB Variations
Color information
#BCFDE9 (or 0xBCFDE9) is known color: Water Leaf. HEX triplet: BC, FD and E9. RGB value is (188,253,233). Sum of RGB (Red+Green+Blue) = 188+253+233=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDE9 is #430216. Grayscale: #E7E7E7. Windows color (decimal): -4391447 or 15334844. OLE color: 15334844.
HSL color Cylindrical-coordinate representation of color #BCFDE9: hue angle of 161.54º 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 #BCFDE9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 233 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.01 |
| HSL | 161.54º | 0.94% | 0.86% | - |
| HSV(B) | 161.54º | 0.26% | 0.99% | - |
| XYZ | 70.57 | 86.83 | 90.13 | - |
| YUV | 231.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 233 | 0.26 | 0 | 0.08 | 0.01 | 161.54 | 0.94 | 0.86 |
| Hex | BC | FD | E9 | 1A | 0 | 8 | 1 | A2 | 5E | 56 |
| Octal | 274 | 375 | 351 | 32 | 0 | 10 | 1 | 242 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11101001 | 11010 | 0 | 1000 | 1 | 10100010 | 1011110 | 1010110 |
Color Harmonies of #BCFDE9
Complementary color
Monochromatic Colors of #BCFDE9
Black with #BCFDE9
Text Example
Text Example
White with #BCFDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDE9; }
p { color: rgb(188,253,233); }
H1.HeaderClassName
{
color: #BCFDE9;
}
.AnyTagClassName
{
color: #BCFDE9;
}
</style>
background-color css
<style>
a { background-color: #BCFDE9; }
a { background-color: rgb(188,253,233); }
div.DivClassName
{
background-color: #BCFDE9;
}
.BgClassName
{
background-color: #BCFDE9;
}
</style>
border-color css
<style>
span { border-color: #BCFDE9; }
span { border-color: rgb(188,253,233); }
td.TdClassName
{
border-color: #BCFDE9;
}
.TagClassName
{
border-color: #BCFDE9;
}
</style>