Shades of Water Leaf #BDE5DC
Tints of Water Leaf #BDE5DC
RGB
CMYK
RGB Variations
Color information
#BDE5DC (or 0xBDE5DC) is known color: Water Leaf. HEX triplet: BD, E5 and DC. RGB value is (189,229,220). Sum of RGB (Red+Green+Blue) = 189+229+220=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5DC is #421A23. Grayscale: #D8D8D8. Windows color (decimal): -4332068 or 14476733. OLE color: 14476733.
HSL color Cylindrical-coordinate representation of color #BDE5DC: hue angle of 166.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE5DC is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 220 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.10 |
| HSL | 166.5º | 0.43% | 0.82% | - |
| HSV(B) | 166.5º | 0.17% | 0.9% | - |
| XYZ | 61.92 | 72.02 | 78.35 | - |
| YUV | 216.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 220 | 0.17 | 0 | 0.04 | 0.10 | 166.5 | 0.43 | 0.82 |
| Hex | BD | E5 | DC | 11 | 0 | 4 | A | A6 | 2B | 52 |
| Octal | 275 | 345 | 334 | 21 | 0 | 4 | 12 | 246 | 53 | 122 |
| Binary | 10111101 | 11100101 | 11011100 | 10001 | 0 | 100 | 1010 | 10100110 | 101011 | 1010010 |
Color Harmonies of #BDE5DC
Complementary color
Monochromatic Colors of #BDE5DC
Black with #BDE5DC
Text Example
Text Example
White with #BDE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5DC; }
p { color: rgb(189,229,220); }
H1.HeaderClassName
{
color: #BDE5DC;
}
.AnyTagClassName
{
color: #BDE5DC;
}
</style>
background-color css
<style>
a { background-color: #BDE5DC; }
a { background-color: rgb(189,229,220); }
div.DivClassName
{
background-color: #BDE5DC;
}
.BgClassName
{
background-color: #BDE5DC;
}
</style>
border-color css
<style>
span { border-color: #BDE5DC; }
span { border-color: rgb(189,229,220); }
td.TdClassName
{
border-color: #BDE5DC;
}
.TagClassName
{
border-color: #BDE5DC;
}
</style>