Shades of Water Leaf #BDECDD
Tints of Water Leaf #BDECDD
RGB
CMYK
RGB Variations
Color information
#BDECDD (or 0xBDECDD) is known color: Water Leaf. HEX triplet: BD, EC and DD. RGB value is (189,236,221). Sum of RGB (Red+Green+Blue) = 189+236+221=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECDD is #421322. Grayscale: #DCDCDC. Windows color (decimal): -4330275 or 14544061. OLE color: 14544061.
HSL color Cylindrical-coordinate representation of color #BDECDD: hue angle of 160.85º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECDD is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 221 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.07 |
| HSL | 160.85º | 0.55% | 0.83% | - |
| HSV(B) | 160.85º | 0.2% | 0.93% | - |
| XYZ | 64.03 | 76.03 | 79.71 | - |
| YUV | 220.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 221 | 0.20 | 0 | 0.06 | 0.07 | 160.85 | 0.55 | 0.83 |
| Hex | BD | EC | DD | 14 | 0 | 6 | 7 | A1 | 37 | 53 |
| Octal | 275 | 354 | 335 | 24 | 0 | 6 | 7 | 241 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11011101 | 10100 | 0 | 110 | 111 | 10100001 | 110111 | 1010011 |
Color Harmonies of #BDECDD
Complementary color
Monochromatic Colors of #BDECDD
Black with #BDECDD
Text Example
Text Example
White with #BDECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECDD; }
p { color: rgb(189,236,221); }
H1.HeaderClassName
{
color: #BDECDD;
}
.AnyTagClassName
{
color: #BDECDD;
}
</style>
background-color css
<style>
a { background-color: #BDECDD; }
a { background-color: rgb(189,236,221); }
div.DivClassName
{
background-color: #BDECDD;
}
.BgClassName
{
background-color: #BDECDD;
}
</style>
border-color css
<style>
span { border-color: #BDECDD; }
span { border-color: rgb(189,236,221); }
td.TdClassName
{
border-color: #BDECDD;
}
.TagClassName
{
border-color: #BDECDD;
}
</style>