Shades of Madang #BDDEA4
Tints of Madang #BDDEA4
RGB
CMYK
RGB Variations
Color information
#BDDEA4 (or 0xBDDEA4) is known color: Madang. HEX triplet: BD, DE and A4. RGB value is (189,222,164). Sum of RGB (Red+Green+Blue) = 189+222+164=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEA4 is #42215B. Grayscale: #CDCDCD. Windows color (decimal): -4333916 or 10804925. OLE color: 10804925.
HSL color Cylindrical-coordinate representation of color #BDDEA4: hue angle of 94.14º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDEA4 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 164 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.13 |
| HSL | 94.14º | 0.47% | 0.76% | - |
| HSV(B) | 94.14º | 0.26% | 0.87% | - |
| XYZ | 53.81 | 65.74 | 44.98 | - |
| YUV | 205.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 164 | 0.15 | 0 | 0.26 | 0.13 | 94.14 | 0.47 | 0.76 |
| Hex | BD | DE | A4 | F | 0 | 1A | D | 5E | 2F | 4C |
| Octal | 275 | 336 | 244 | 17 | 0 | 32 | 15 | 136 | 57 | 114 |
| Binary | 10111101 | 11011110 | 10100100 | 1111 | 0 | 11010 | 1101 | 1011110 | 101111 | 1001100 |
Color Harmonies of #BDDEA4
Complementary color
Monochromatic Colors of #BDDEA4
Black with #BDDEA4
Text Example
Text Example
White with #BDDEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEA4; }
p { color: rgb(189,222,164); }
H1.HeaderClassName
{
color: #BDDEA4;
}
.AnyTagClassName
{
color: #BDDEA4;
}
</style>
background-color css
<style>
a { background-color: #BDDEA4; }
a { background-color: rgb(189,222,164); }
div.DivClassName
{
background-color: #BDDEA4;
}
.BgClassName
{
background-color: #BDDEA4;
}
</style>
border-color css
<style>
span { border-color: #BDDEA4; }
span { border-color: rgb(189,222,164); }
td.TdClassName
{
border-color: #BDDEA4;
}
.TagClassName
{
border-color: #BDDEA4;
}
</style>