Shades of Madang #BDDAAF
Tints of Madang #BDDAAF
RGB
CMYK
RGB Variations
Color information
#BDDAAF (or 0xBDDAAF) is known color: Madang. HEX triplet: BD, DA and AF. RGB value is (189,218,175). Sum of RGB (Red+Green+Blue) = 189+218+175=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAAF is #422550. Grayscale: #CCCCCC. Windows color (decimal): -4334929 or 11524797. OLE color: 11524797.
HSL color Cylindrical-coordinate representation of color #BDDAAF: hue angle of 100.47º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDAAF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 175 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.15 |
| HSL | 100.47º | 0.37% | 0.77% | - |
| HSV(B) | 100.47º | 0.2% | 0.85% | - |
| XYZ | 53.8 | 64.06 | 50.09 | - |
| YUV | 204.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 175 | 0.13 | 0 | 0.20 | 0.15 | 100.47 | 0.37 | 0.77 |
| Hex | BD | DA | AF | D | 0 | 14 | F | 64 | 25 | 4D |
| Octal | 275 | 332 | 257 | 15 | 0 | 24 | 17 | 144 | 45 | 115 |
| Binary | 10111101 | 11011010 | 10101111 | 1101 | 0 | 10100 | 1111 | 1100100 | 100101 | 1001101 |
Color Harmonies of #BDDAAF
Complementary color
Monochromatic Colors of #BDDAAF
Black with #BDDAAF
Text Example
Text Example
White with #BDDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAAF; }
p { color: rgb(189,218,175); }
H1.HeaderClassName
{
color: #BDDAAF;
}
.AnyTagClassName
{
color: #BDDAAF;
}
</style>
background-color css
<style>
a { background-color: #BDDAAF; }
a { background-color: rgb(189,218,175); }
div.DivClassName
{
background-color: #BDDAAF;
}
.BgClassName
{
background-color: #BDDAAF;
}
</style>
border-color css
<style>
span { border-color: #BDDAAF; }
span { border-color: rgb(189,218,175); }
td.TdClassName
{
border-color: #BDDAAF;
}
.TagClassName
{
border-color: #BDDAAF;
}
</style>