Shades of Madang #BDE8AE
Tints of Madang #BDE8AE
RGB
CMYK
RGB Variations
Color information
#BDE8AE (or 0xBDE8AE) is known color: Madang. HEX triplet: BD, E8 and AE. RGB value is (189,232,174). Sum of RGB (Red+Green+Blue) = 189+232+174=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE8AE is #421751. Grayscale: #D4D4D4. Windows color (decimal): -4331346 or 11462845. OLE color: 11462845.
HSL color Cylindrical-coordinate representation of color #BDE8AE: hue angle of 104.48º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE8AE is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 174 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.09 |
| HSL | 104.48º | 0.56% | 0.8% | - |
| HSV(B) | 104.48º | 0.25% | 0.91% | - |
| XYZ | 57.48 | 71.59 | 50.83 | - |
| YUV | 212.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 174 | 0.19 | 0 | 0.25 | 0.09 | 104.48 | 0.56 | 0.8 |
| Hex | BD | E8 | AE | 13 | 0 | 19 | 9 | 68 | 38 | 50 |
| Octal | 275 | 350 | 256 | 23 | 0 | 31 | 11 | 150 | 70 | 120 |
| Binary | 10111101 | 11101000 | 10101110 | 10011 | 0 | 11001 | 1001 | 1101000 | 111000 | 1010000 |
Color Harmonies of #BDE8AE
Complementary color
Monochromatic Colors of #BDE8AE
Black with #BDE8AE
Text Example
Text Example
White with #BDE8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8AE; }
p { color: rgb(189,232,174); }
H1.HeaderClassName
{
color: #BDE8AE;
}
.AnyTagClassName
{
color: #BDE8AE;
}
</style>
background-color css
<style>
a { background-color: #BDE8AE; }
a { background-color: rgb(189,232,174); }
div.DivClassName
{
background-color: #BDE8AE;
}
.BgClassName
{
background-color: #BDE8AE;
}
</style>
border-color css
<style>
span { border-color: #BDE8AE; }
span { border-color: rgb(189,232,174); }
td.TdClassName
{
border-color: #BDE8AE;
}
.TagClassName
{
border-color: #BDE8AE;
}
</style>