Shades of Water Leaf #BDFEE9
Tints of Water Leaf #BDFEE9
RGB
CMYK
RGB Variations
Color information
#BDFEE9 (or 0xBDFEE9) is known color: Water Leaf. HEX triplet: BD, FE and E9. RGB value is (189,254,233). Sum of RGB (Red+Green+Blue) = 189+254+233=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEE9 is #420116. Grayscale: #E8E8E8. Windows color (decimal): -4325655 or 15335101. OLE color: 15335101.
HSL color Cylindrical-coordinate representation of color #BDFEE9: hue angle of 160.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEE9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 233 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.00 |
| HSL | 160.62º | 0.97% | 0.87% | - |
| HSV(B) | 160.62º | 0.26% | 1% | - |
| XYZ | 71.14 | 87.59 | 90.25 | - |
| YUV | 232.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 233 | 0.26 | 0 | 0.08 | 0.00 | 160.62 | 0.97 | 0.87 |
| Hex | BD | FE | E9 | 1A | 0 | 8 | 0 | A1 | 61 | 57 |
| Octal | 275 | 376 | 351 | 32 | 0 | 10 | 0 | 241 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11101001 | 11010 | 0 | 1000 | 0 | 10100001 | 1100001 | 1010111 |
Color Harmonies of #BDFEE9
Complementary color
Monochromatic Colors of #BDFEE9
Black with #BDFEE9
Text Example
Text Example
White with #BDFEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEE9; }
p { color: rgb(189,254,233); }
H1.HeaderClassName
{
color: #BDFEE9;
}
.AnyTagClassName
{
color: #BDFEE9;
}
</style>
background-color css
<style>
a { background-color: #BDFEE9; }
a { background-color: rgb(189,254,233); }
div.DivClassName
{
background-color: #BDFEE9;
}
.BgClassName
{
background-color: #BDFEE9;
}
</style>
border-color css
<style>
span { border-color: #BDFEE9; }
span { border-color: rgb(189,254,233); }
td.TdClassName
{
border-color: #BDFEE9;
}
.TagClassName
{
border-color: #BDFEE9;
}
</style>