Shades of Water Leaf #BDF9EC
Tints of Water Leaf #BDF9EC
RGB
CMYK
RGB Variations
Color information
#BDF9EC (or 0xBDF9EC) is known color: Water Leaf. HEX triplet: BD, F9 and EC. RGB value is (189,249,236). Sum of RGB (Red+Green+Blue) = 189+249+236=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9EC is #420613. Grayscale: #E5E5E5. Windows color (decimal): -4326932 or 15530429. OLE color: 15530429.
HSL color Cylindrical-coordinate representation of color #BDF9EC: hue angle of 167º 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 #BDF9EC is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 236 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.02 |
| HSL | 167º | 0.83% | 0.86% | - |
| HSV(B) | 167º | 0.24% | 0.98% | - |
| XYZ | 70 | 84.63 | 92 | - |
| YUV | 229.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 236 | 0.24 | 0 | 0.05 | 0.02 | 167 | 0.83 | 0.86 |
| Hex | BD | F9 | EC | 18 | 0 | 5 | 2 | A7 | 53 | 56 |
| Octal | 275 | 371 | 354 | 30 | 0 | 5 | 2 | 247 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11101100 | 11000 | 0 | 101 | 10 | 10100111 | 1010011 | 1010110 |
Color Harmonies of #BDF9EC
Complementary color
Monochromatic Colors of #BDF9EC
Black with #BDF9EC
Text Example
Text Example
White with #BDF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9EC; }
p { color: rgb(189,249,236); }
H1.HeaderClassName
{
color: #BDF9EC;
}
.AnyTagClassName
{
color: #BDF9EC;
}
</style>
background-color css
<style>
a { background-color: #BDF9EC; }
a { background-color: rgb(189,249,236); }
div.DivClassName
{
background-color: #BDF9EC;
}
.BgClassName
{
background-color: #BDF9EC;
}
</style>
border-color css
<style>
span { border-color: #BDF9EC; }
span { border-color: rgb(189,249,236); }
td.TdClassName
{
border-color: #BDF9EC;
}
.TagClassName
{
border-color: #BDF9EC;
}
</style>