Shades of Water Leaf #BDF7EC
Tints of Water Leaf #BDF7EC
RGB
CMYK
RGB Variations
Color information
#BDF7EC (or 0xBDF7EC) is known color: Water Leaf. HEX triplet: BD, F7 and EC. RGB value is (189,247,236). Sum of RGB (Red+Green+Blue) = 189+247+236=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7EC is #420813. Grayscale: #E4E4E4. Windows color (decimal): -4327444 or 15529917. OLE color: 15529917.
HSL color Cylindrical-coordinate representation of color #BDF7EC: hue angle of 168.62º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 236 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.03 |
| HSL | 168.62º | 0.78% | 0.85% | - |
| HSV(B) | 168.62º | 0.23% | 0.97% | - |
| XYZ | 69.39 | 83.4 | 91.8 | - |
| YUV | 228.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 236 | 0.23 | 0 | 0.04 | 0.03 | 168.62 | 0.78 | 0.85 |
| Hex | BD | F7 | EC | 17 | 0 | 4 | 3 | A9 | 4E | 55 |
| Octal | 275 | 367 | 354 | 27 | 0 | 4 | 3 | 251 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11101100 | 10111 | 0 | 100 | 11 | 10101001 | 1001110 | 1010101 |
Color Harmonies of #BDF7EC
Complementary color
Monochromatic Colors of #BDF7EC
Black with #BDF7EC
Text Example
Text Example
White with #BDF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7EC; }
p { color: rgb(189,247,236); }
H1.HeaderClassName
{
color: #BDF7EC;
}
.AnyTagClassName
{
color: #BDF7EC;
}
</style>
background-color css
<style>
a { background-color: #BDF7EC; }
a { background-color: rgb(189,247,236); }
div.DivClassName
{
background-color: #BDF7EC;
}
.BgClassName
{
background-color: #BDF7EC;
}
</style>
border-color css
<style>
span { border-color: #BDF7EC; }
span { border-color: rgb(189,247,236); }
td.TdClassName
{
border-color: #BDF7EC;
}
.TagClassName
{
border-color: #BDF7EC;
}
</style>