Shades of Madang #BDE8A7
Tints of Madang #BDE8A7
RGB
CMYK
RGB Variations
Color information
#BDE8A7 (or 0xBDE8A7) is known color: Madang. HEX triplet: BD, E8 and A7. RGB value is (189,232,167). Sum of RGB (Red+Green+Blue) = 189+232+167=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 167 (65.62% from 255 or 28.40% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE8A7 is #421758. Grayscale: #D3D3D3. Windows color (decimal): -4331353 or 11004093. OLE color: 11004093.
HSL color Cylindrical-coordinate representation of color #BDE8A7: hue angle of 99.69º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDE8A7 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 167 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.09 |
| HSL | 99.69º | 0.59% | 0.78% | - |
| HSV(B) | 99.69º | 0.28% | 0.91% | - |
| XYZ | 56.82 | 71.32 | 47.33 | - |
| YUV | 211.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 167 | 0.19 | 0 | 0.28 | 0.09 | 99.69 | 0.59 | 0.78 |
| Hex | BD | E8 | A7 | 13 | 0 | 1C | 9 | 64 | 3B | 4E |
| Octal | 275 | 350 | 247 | 23 | 0 | 34 | 11 | 144 | 73 | 116 |
| Binary | 10111101 | 11101000 | 10100111 | 10011 | 0 | 11100 | 1001 | 1100100 | 111011 | 1001110 |
Color Harmonies of #BDE8A7
Complementary color
Monochromatic Colors of #BDE8A7
Black with #BDE8A7
Text Example
Text Example
White with #BDE8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8A7; }
p { color: rgb(189,232,167); }
H1.HeaderClassName
{
color: #BDE8A7;
}
.AnyTagClassName
{
color: #BDE8A7;
}
</style>
background-color css
<style>
a { background-color: #BDE8A7; }
a { background-color: rgb(189,232,167); }
div.DivClassName
{
background-color: #BDE8A7;
}
.BgClassName
{
background-color: #BDE8A7;
}
</style>
border-color css
<style>
span { border-color: #BDE8A7; }
span { border-color: rgb(189,232,167); }
td.TdClassName
{
border-color: #BDE8A7;
}
.TagClassName
{
border-color: #BDE8A7;
}
</style>