Shades of Water Leaf #BDF6EC
Tints of Water Leaf #BDF6EC
RGB
CMYK
RGB Variations
Color information
#BDF6EC (or 0xBDF6EC) is known color: Water Leaf. HEX triplet: BD, F6 and EC. RGB value is (189,246,236). Sum of RGB (Red+Green+Blue) = 189+246+236=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6EC is #420913. Grayscale: #E3E3E3. Windows color (decimal): -4327700 or 15529661. OLE color: 15529661.
HSL color Cylindrical-coordinate representation of color #BDF6EC: hue angle of 169.47º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 236 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.04 |
| HSL | 169.47º | 0.76% | 0.85% | - |
| HSV(B) | 169.47º | 0.23% | 0.96% | - |
| XYZ | 69.08 | 82.79 | 91.7 | - |
| YUV | 227.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 236 | 0.23 | 0 | 0.04 | 0.04 | 169.47 | 0.76 | 0.85 |
| Hex | BD | F6 | EC | 17 | 0 | 4 | 4 | A9 | 4C | 55 |
| Octal | 275 | 366 | 354 | 27 | 0 | 4 | 4 | 251 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11101100 | 10111 | 0 | 100 | 100 | 10101001 | 1001100 | 1010101 |
Color Harmonies of #BDF6EC
Complementary color
Monochromatic Colors of #BDF6EC
Black with #BDF6EC
Text Example
Text Example
White with #BDF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6EC; }
p { color: rgb(189,246,236); }
H1.HeaderClassName
{
color: #BDF6EC;
}
.AnyTagClassName
{
color: #BDF6EC;
}
</style>
background-color css
<style>
a { background-color: #BDF6EC; }
a { background-color: rgb(189,246,236); }
div.DivClassName
{
background-color: #BDF6EC;
}
.BgClassName
{
background-color: #BDF6EC;
}
</style>
border-color css
<style>
span { border-color: #BDF6EC; }
span { border-color: rgb(189,246,236); }
td.TdClassName
{
border-color: #BDF6EC;
}
.TagClassName
{
border-color: #BDF6EC;
}
</style>