Shades of Water Leaf #BDEBDC
Tints of Water Leaf #BDEBDC
RGB
CMYK
RGB Variations
Color information
#BDEBDC (or 0xBDEBDC) is known color: Water Leaf. HEX triplet: BD, EB and DC. RGB value is (189,235,220). Sum of RGB (Red+Green+Blue) = 189+235+220=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBDC is #421423. Grayscale: #DBDBDB. Windows color (decimal): -4330532 or 14478269. OLE color: 14478269.
HSL color Cylindrical-coordinate representation of color #BDEBDC: hue angle of 160.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBDC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 220 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.08 |
| HSL | 160.43º | 0.53% | 0.83% | - |
| HSV(B) | 160.43º | 0.2% | 0.92% | - |
| XYZ | 63.61 | 75.4 | 78.91 | - |
| YUV | 219.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 220 | 0.20 | 0 | 0.06 | 0.08 | 160.43 | 0.53 | 0.83 |
| Hex | BD | EB | DC | 14 | 0 | 6 | 8 | A0 | 35 | 53 |
| Octal | 275 | 353 | 334 | 24 | 0 | 6 | 10 | 240 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11011100 | 10100 | 0 | 110 | 1000 | 10100000 | 110101 | 1010011 |
Color Harmonies of #BDEBDC
Complementary color
Monochromatic Colors of #BDEBDC
Black with #BDEBDC
Text Example
Text Example
White with #BDEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBDC; }
p { color: rgb(189,235,220); }
H1.HeaderClassName
{
color: #BDEBDC;
}
.AnyTagClassName
{
color: #BDEBDC;
}
</style>
background-color css
<style>
a { background-color: #BDEBDC; }
a { background-color: rgb(189,235,220); }
div.DivClassName
{
background-color: #BDEBDC;
}
.BgClassName
{
background-color: #BDEBDC;
}
</style>
border-color css
<style>
span { border-color: #BDEBDC; }
span { border-color: rgb(189,235,220); }
td.TdClassName
{
border-color: #BDEBDC;
}
.TagClassName
{
border-color: #BDEBDC;
}
</style>