Shades of Water Leaf #BDF9E9
Tints of Water Leaf #BDF9E9
RGB
CMYK
RGB Variations
Color information
#BDF9E9 (or 0xBDF9E9) is known color: Water Leaf. HEX triplet: BD, F9 and E9. RGB value is (189,249,233). Sum of RGB (Red+Green+Blue) = 189+249+233=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9E9 is #420616. Grayscale: #E5E5E5. Windows color (decimal): -4326935 or 15333821. OLE color: 15333821.
HSL color Cylindrical-coordinate representation of color #BDF9E9: hue angle of 164º degrees, saturation: 0.83, 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 #BDF9E9 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 233 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.02 |
| HSL | 164º | 0.83% | 0.86% | - |
| HSV(B) | 164º | 0.24% | 0.98% | - |
| XYZ | 69.57 | 84.45 | 89.73 | - |
| YUV | 229.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 233 | 0.24 | 0 | 0.06 | 0.02 | 164 | 0.83 | 0.86 |
| Hex | BD | F9 | E9 | 18 | 0 | 6 | 2 | A4 | 53 | 56 |
| Octal | 275 | 371 | 351 | 30 | 0 | 6 | 2 | 244 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11101001 | 11000 | 0 | 110 | 10 | 10100100 | 1010011 | 1010110 |
Color Harmonies of #BDF9E9
Complementary color
Monochromatic Colors of #BDF9E9
Black with #BDF9E9
Text Example
Text Example
White with #BDF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9E9; }
p { color: rgb(189,249,233); }
H1.HeaderClassName
{
color: #BDF9E9;
}
.AnyTagClassName
{
color: #BDF9E9;
}
</style>
background-color css
<style>
a { background-color: #BDF9E9; }
a { background-color: rgb(189,249,233); }
div.DivClassName
{
background-color: #BDF9E9;
}
.BgClassName
{
background-color: #BDF9E9;
}
</style>
border-color css
<style>
span { border-color: #BDF9E9; }
span { border-color: rgb(189,249,233); }
td.TdClassName
{
border-color: #BDF9E9;
}
.TagClassName
{
border-color: #BDF9E9;
}
</style>