Shades of Madang #BDDCAC
Tints of Madang #BDDCAC
RGB
CMYK
RGB Variations
Color information
#BDDCAC (or 0xBDDCAC) is known color: Madang. HEX triplet: BD, DC and AC. RGB value is (189,220,172). Sum of RGB (Red+Green+Blue) = 189+220+172=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCAC is #422353. Grayscale: #CDCDCD. Windows color (decimal): -4334420 or 11328701. OLE color: 11328701.
HSL color Cylindrical-coordinate representation of color #BDDCAC: hue angle of 98.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDCAC is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 172 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.14 |
| HSL | 98.75º | 0.41% | 0.77% | - |
| HSV(B) | 98.75º | 0.22% | 0.86% | - |
| XYZ | 54.03 | 64.98 | 48.73 | - |
| YUV | 205.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 172 | 0.14 | 0 | 0.22 | 0.14 | 98.75 | 0.41 | 0.77 |
| Hex | BD | DC | AC | E | 0 | 16 | E | 63 | 29 | 4D |
| Octal | 275 | 334 | 254 | 16 | 0 | 26 | 16 | 143 | 51 | 115 |
| Binary | 10111101 | 11011100 | 10101100 | 1110 | 0 | 10110 | 1110 | 1100011 | 101001 | 1001101 |
Color Harmonies of #BDDCAC
Complementary color
Monochromatic Colors of #BDDCAC
Black with #BDDCAC
Text Example
Text Example
White with #BDDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCAC; }
p { color: rgb(189,220,172); }
H1.HeaderClassName
{
color: #BDDCAC;
}
.AnyTagClassName
{
color: #BDDCAC;
}
</style>
background-color css
<style>
a { background-color: #BDDCAC; }
a { background-color: rgb(189,220,172); }
div.DivClassName
{
background-color: #BDDCAC;
}
.BgClassName
{
background-color: #BDDCAC;
}
</style>
border-color css
<style>
span { border-color: #BDDCAC; }
span { border-color: rgb(189,220,172); }
td.TdClassName
{
border-color: #BDDCAC;
}
.TagClassName
{
border-color: #BDDCAC;
}
</style>