Shades of Madang #BDDCAE
Tints of Madang #BDDCAE
RGB
CMYK
RGB Variations
Color information
#BDDCAE (or 0xBDDCAE) is known color: Madang. HEX triplet: BD, DC and AE. RGB value is (189,220,174). Sum of RGB (Red+Green+Blue) = 189+220+174=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCAE is #422351. Grayscale: #CDCDCD. Windows color (decimal): -4334418 or 11459773. OLE color: 11459773.
HSL color Cylindrical-coordinate representation of color #BDDCAE: hue angle of 100.43º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDCAE is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 174 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.14 |
| HSL | 100.43º | 0.4% | 0.77% | - |
| HSV(B) | 100.43º | 0.21% | 0.86% | - |
| XYZ | 54.22 | 65.06 | 49.74 | - |
| YUV | 205.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 174 | 0.14 | 0 | 0.21 | 0.14 | 100.43 | 0.4 | 0.77 |
| Hex | BD | DC | AE | E | 0 | 15 | E | 64 | 28 | 4D |
| Octal | 275 | 334 | 256 | 16 | 0 | 25 | 16 | 144 | 50 | 115 |
| Binary | 10111101 | 11011100 | 10101110 | 1110 | 0 | 10101 | 1110 | 1100100 | 101000 | 1001101 |
Color Harmonies of #BDDCAE
Complementary color
Monochromatic Colors of #BDDCAE
Black with #BDDCAE
Text Example
Text Example
White with #BDDCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCAE; }
p { color: rgb(189,220,174); }
H1.HeaderClassName
{
color: #BDDCAE;
}
.AnyTagClassName
{
color: #BDDCAE;
}
</style>
background-color css
<style>
a { background-color: #BDDCAE; }
a { background-color: rgb(189,220,174); }
div.DivClassName
{
background-color: #BDDCAE;
}
.BgClassName
{
background-color: #BDDCAE;
}
</style>
border-color css
<style>
span { border-color: #BDDCAE; }
span { border-color: rgb(189,220,174); }
td.TdClassName
{
border-color: #BDDCAE;
}
.TagClassName
{
border-color: #BDDCAE;
}
</style>