Shades of Madang #BDEAA3
Tints of Madang #BDEAA3
RGB
CMYK
RGB Variations
Color information
#BDEAA3 (or 0xBDEAA3) is known color: Madang. HEX triplet: BD, EA and A3. RGB value is (189,234,163). Sum of RGB (Red+Green+Blue) = 189+234+163=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEAA3 is #42155C. Grayscale: #D4D4D4. Windows color (decimal): -4330845 or 10742461. OLE color: 10742461.
HSL color Cylindrical-coordinate representation of color #BDEAA3: hue angle of 98.03º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDEAA3 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 163 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.08 |
| HSL | 98.03º | 0.63% | 0.78% | - |
| HSV(B) | 98.03º | 0.3% | 0.92% | - |
| XYZ | 57.02 | 72.31 | 45.6 | - |
| YUV | 212.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 163 | 0.19 | 0 | 0.30 | 0.08 | 98.03 | 0.63 | 0.78 |
| Hex | BD | EA | A3 | 13 | 0 | 1E | 8 | 62 | 3F | 4E |
| Octal | 275 | 352 | 243 | 23 | 0 | 36 | 10 | 142 | 77 | 116 |
| Binary | 10111101 | 11101010 | 10100011 | 10011 | 0 | 11110 | 1000 | 1100010 | 111111 | 1001110 |
Color Harmonies of #BDEAA3
Complementary color
Monochromatic Colors of #BDEAA3
Black with #BDEAA3
Text Example
Text Example
White with #BDEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAA3; }
p { color: rgb(189,234,163); }
H1.HeaderClassName
{
color: #BDEAA3;
}
.AnyTagClassName
{
color: #BDEAA3;
}
</style>
background-color css
<style>
a { background-color: #BDEAA3; }
a { background-color: rgb(189,234,163); }
div.DivClassName
{
background-color: #BDEAA3;
}
.BgClassName
{
background-color: #BDEAA3;
}
</style>
border-color css
<style>
span { border-color: #BDEAA3; }
span { border-color: rgb(189,234,163); }
td.TdClassName
{
border-color: #BDEAA3;
}
.TagClassName
{
border-color: #BDEAA3;
}
</style>