Shades of Water Leaf #BDE7DE
Tints of Water Leaf #BDE7DE
RGB
CMYK
RGB Variations
Color information
#BDE7DE (or 0xBDE7DE) is known color: Water Leaf. HEX triplet: BD, E7 and DE. RGB value is (189,231,222). Sum of RGB (Red+Green+Blue) = 189+231+222=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7DE is #421821. Grayscale: #D9D9D9. Windows color (decimal): -4331554 or 14608317. OLE color: 14608317.
HSL color Cylindrical-coordinate representation of color #BDE7DE: hue angle of 167.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7DE is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 222 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.09 |
| HSL | 167.14º | 0.47% | 0.82% | - |
| HSV(B) | 167.14º | 0.18% | 0.91% | - |
| XYZ | 62.75 | 73.24 | 79.94 | - |
| YUV | 217.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 222 | 0.18 | 0 | 0.04 | 0.09 | 167.14 | 0.47 | 0.82 |
| Hex | BD | E7 | DE | 12 | 0 | 4 | 9 | A7 | 2F | 52 |
| Octal | 275 | 347 | 336 | 22 | 0 | 4 | 11 | 247 | 57 | 122 |
| Binary | 10111101 | 11100111 | 11011110 | 10010 | 0 | 100 | 1001 | 10100111 | 101111 | 1010010 |
Color Harmonies of #BDE7DE
Complementary color
Monochromatic Colors of #BDE7DE
Black with #BDE7DE
Text Example
Text Example
White with #BDE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7DE; }
p { color: rgb(189,231,222); }
H1.HeaderClassName
{
color: #BDE7DE;
}
.AnyTagClassName
{
color: #BDE7DE;
}
</style>
background-color css
<style>
a { background-color: #BDE7DE; }
a { background-color: rgb(189,231,222); }
div.DivClassName
{
background-color: #BDE7DE;
}
.BgClassName
{
background-color: #BDE7DE;
}
</style>
border-color css
<style>
span { border-color: #BDE7DE; }
span { border-color: rgb(189,231,222); }
td.TdClassName
{
border-color: #BDE7DE;
}
.TagClassName
{
border-color: #BDE7DE;
}
</style>