Shades of Madang #BDDEA3
Tints of Madang #BDDEA3
RGB
CMYK
RGB Variations
Color information
#BDDEA3 (or 0xBDDEA3) is known color: Madang. HEX triplet: BD, DE and A3. RGB value is (189,222,163). Sum of RGB (Red+Green+Blue) = 189+222+163=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEA3 is #42215C. Grayscale: #CDCDCD. Windows color (decimal): -4333917 or 10739389. OLE color: 10739389.
HSL color Cylindrical-coordinate representation of color #BDDEA3: hue angle of 93.56º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDDEA3 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 163 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.13 |
| HSL | 93.56º | 0.47% | 0.75% | - |
| HSV(B) | 93.56º | 0.27% | 0.87% | - |
| XYZ | 53.72 | 65.71 | 44.5 | - |
| YUV | 205.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 163 | 0.15 | 0 | 0.27 | 0.13 | 93.56 | 0.47 | 0.75 |
| Hex | BD | DE | A3 | F | 0 | 1B | D | 5E | 2F | 4B |
| Octal | 275 | 336 | 243 | 17 | 0 | 33 | 15 | 136 | 57 | 113 |
| Binary | 10111101 | 11011110 | 10100011 | 1111 | 0 | 11011 | 1101 | 1011110 | 101111 | 1001011 |
Color Harmonies of #BDDEA3
Complementary color
Monochromatic Colors of #BDDEA3
Black with #BDDEA3
Text Example
Text Example
White with #BDDEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEA3; }
p { color: rgb(189,222,163); }
H1.HeaderClassName
{
color: #BDDEA3;
}
.AnyTagClassName
{
color: #BDDEA3;
}
</style>
background-color css
<style>
a { background-color: #BDDEA3; }
a { background-color: rgb(189,222,163); }
div.DivClassName
{
background-color: #BDDEA3;
}
.BgClassName
{
background-color: #BDDEA3;
}
</style>
border-color css
<style>
span { border-color: #BDDEA3; }
span { border-color: rgb(189,222,163); }
td.TdClassName
{
border-color: #BDDEA3;
}
.TagClassName
{
border-color: #BDDEA3;
}
</style>