Shades of Water Leaf #BDFAE8
Tints of Water Leaf #BDFAE8
RGB
CMYK
RGB Variations
Color information
#BDFAE8 (or 0xBDFAE8) is known color: Water Leaf. HEX triplet: BD, FA and E8. RGB value is (189,250,232). Sum of RGB (Red+Green+Blue) = 189+250+232=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAE8 is #420517. Grayscale: #E5E5E5. Windows color (decimal): -4326680 or 15268541. OLE color: 15268541.
HSL color Cylindrical-coordinate representation of color #BDFAE8: hue angle of 162.3º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAE8 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 232 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.02 |
| HSL | 162.3º | 0.86% | 0.86% | - |
| HSV(B) | 162.3º | 0.24% | 0.98% | - |
| XYZ | 69.74 | 85.02 | 89.08 | - |
| YUV | 229.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 232 | 0.24 | 0 | 0.07 | 0.02 | 162.3 | 0.86 | 0.86 |
| Hex | BD | FA | E8 | 18 | 0 | 7 | 2 | A2 | 56 | 56 |
| Octal | 275 | 372 | 350 | 30 | 0 | 7 | 2 | 242 | 126 | 126 |
| Binary | 10111101 | 11111010 | 11101000 | 11000 | 0 | 111 | 10 | 10100010 | 1010110 | 1010110 |
Color Harmonies of #BDFAE8
Complementary color
Monochromatic Colors of #BDFAE8
Black with #BDFAE8
Text Example
Text Example
White with #BDFAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAE8; }
p { color: rgb(189,250,232); }
H1.HeaderClassName
{
color: #BDFAE8;
}
.AnyTagClassName
{
color: #BDFAE8;
}
</style>
background-color css
<style>
a { background-color: #BDFAE8; }
a { background-color: rgb(189,250,232); }
div.DivClassName
{
background-color: #BDFAE8;
}
.BgClassName
{
background-color: #BDFAE8;
}
</style>
border-color css
<style>
span { border-color: #BDFAE8; }
span { border-color: rgb(189,250,232); }
td.TdClassName
{
border-color: #BDFAE8;
}
.TagClassName
{
border-color: #BDFAE8;
}
</style>