Shades of Water Leaf #BDFCE9
Tints of Water Leaf #BDFCE9
RGB
CMYK
RGB Variations
Color information
#BDFCE9 (or 0xBDFCE9) is known color: Water Leaf. HEX triplet: BD, FC and E9. RGB value is (189,252,233). Sum of RGB (Red+Green+Blue) = 189+252+233=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCE9 is #420316. Grayscale: #E7E7E7. Windows color (decimal): -4326167 or 15334589. OLE color: 15334589.
HSL color Cylindrical-coordinate representation of color #BDFCE9: hue angle of 161.9º 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 #BDFCE9 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 233 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.01 |
| HSL | 161.9º | 0.91% | 0.86% | - |
| HSV(B) | 161.9º | 0.25% | 0.99% | - |
| XYZ | 70.5 | 86.32 | 90.04 | - |
| YUV | 231 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 233 | 0.25 | 0 | 0.08 | 0.01 | 161.9 | 0.91 | 0.86 |
| Hex | BD | FC | E9 | 19 | 0 | 8 | 1 | A2 | 5B | 56 |
| Octal | 275 | 374 | 351 | 31 | 0 | 10 | 1 | 242 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11101001 | 11001 | 0 | 1000 | 1 | 10100010 | 1011011 | 1010110 |
Color Harmonies of #BDFCE9
Complementary color
Monochromatic Colors of #BDFCE9
Black with #BDFCE9
Text Example
Text Example
White with #BDFCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCE9; }
p { color: rgb(189,252,233); }
H1.HeaderClassName
{
color: #BDFCE9;
}
.AnyTagClassName
{
color: #BDFCE9;
}
</style>
background-color css
<style>
a { background-color: #BDFCE9; }
a { background-color: rgb(189,252,233); }
div.DivClassName
{
background-color: #BDFCE9;
}
.BgClassName
{
background-color: #BDFCE9;
}
</style>
border-color css
<style>
span { border-color: #BDFCE9; }
span { border-color: rgb(189,252,233); }
td.TdClassName
{
border-color: #BDFCE9;
}
.TagClassName
{
border-color: #BDFCE9;
}
</style>