Shades of Madang #BDDBA8
Tints of Madang #BDDBA8
RGB
CMYK
RGB Variations
Color information
#BDDBA8 (or 0xBDDBA8) is known color: Madang. HEX triplet: BD, DB and A8. RGB value is (189,219,168). Sum of RGB (Red+Green+Blue) = 189+219+168=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBA8 is #422457. Grayscale: #CCCCCC. Windows color (decimal): -4334680 or 11066301. OLE color: 11066301.
HSL color Cylindrical-coordinate representation of color #BDDBA8: hue angle of 95.29º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDBA8 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 168 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.14 |
| HSL | 95.29º | 0.41% | 0.76% | - |
| HSV(B) | 95.29º | 0.23% | 0.86% | - |
| XYZ | 53.39 | 64.31 | 46.64 | - |
| YUV | 204.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 168 | 0.14 | 0 | 0.23 | 0.14 | 95.29 | 0.41 | 0.76 |
| Hex | BD | DB | A8 | E | 0 | 17 | E | 5F | 29 | 4C |
| Octal | 275 | 333 | 250 | 16 | 0 | 27 | 16 | 137 | 51 | 114 |
| Binary | 10111101 | 11011011 | 10101000 | 1110 | 0 | 10111 | 1110 | 1011111 | 101001 | 1001100 |
Color Harmonies of #BDDBA8
Complementary color
Monochromatic Colors of #BDDBA8
Black with #BDDBA8
Text Example
Text Example
White with #BDDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBA8; }
p { color: rgb(189,219,168); }
H1.HeaderClassName
{
color: #BDDBA8;
}
.AnyTagClassName
{
color: #BDDBA8;
}
</style>
background-color css
<style>
a { background-color: #BDDBA8; }
a { background-color: rgb(189,219,168); }
div.DivClassName
{
background-color: #BDDBA8;
}
.BgClassName
{
background-color: #BDDBA8;
}
</style>
border-color css
<style>
span { border-color: #BDDBA8; }
span { border-color: rgb(189,219,168); }
td.TdClassName
{
border-color: #BDDBA8;
}
.TagClassName
{
border-color: #BDDBA8;
}
</style>