Shades of Water Leaf #BDEADE
Tints of Water Leaf #BDEADE
RGB
CMYK
RGB Variations
Color information
#BDEADE (or 0xBDEADE) is known color: Water Leaf. HEX triplet: BD, EA and DE. RGB value is (189,234,222). Sum of RGB (Red+Green+Blue) = 189+234+222=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEADE is #421521. Grayscale: #DBDBDB. Windows color (decimal): -4330786 or 14609085. OLE color: 14609085.
HSL color Cylindrical-coordinate representation of color #BDEADE: hue angle of 164º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEADE is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 222 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.08 |
| HSL | 164º | 0.52% | 0.83% | - |
| HSV(B) | 164º | 0.19% | 0.92% | - |
| XYZ | 63.59 | 74.94 | 80.22 | - |
| YUV | 219.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 222 | 0.19 | 0 | 0.05 | 0.08 | 164 | 0.52 | 0.83 |
| Hex | BD | EA | DE | 13 | 0 | 5 | 8 | A4 | 34 | 53 |
| Octal | 275 | 352 | 336 | 23 | 0 | 5 | 10 | 244 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11011110 | 10011 | 0 | 101 | 1000 | 10100100 | 110100 | 1010011 |
Color Harmonies of #BDEADE
Complementary color
Monochromatic Colors of #BDEADE
Black with #BDEADE
Text Example
Text Example
White with #BDEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEADE; }
p { color: rgb(189,234,222); }
H1.HeaderClassName
{
color: #BDEADE;
}
.AnyTagClassName
{
color: #BDEADE;
}
</style>
background-color css
<style>
a { background-color: #BDEADE; }
a { background-color: rgb(189,234,222); }
div.DivClassName
{
background-color: #BDEADE;
}
.BgClassName
{
background-color: #BDEADE;
}
</style>
border-color css
<style>
span { border-color: #BDEADE; }
span { border-color: rgb(189,234,222); }
td.TdClassName
{
border-color: #BDEADE;
}
.TagClassName
{
border-color: #BDEADE;
}
</style>