Shades of Madang #BDE6A3
Tints of Madang #BDE6A3
RGB
CMYK
RGB Variations
Color information
#BDE6A3 (or 0xBDE6A3) is known color: Madang. HEX triplet: BD, E6 and A3. RGB value is (189,230,163). Sum of RGB (Red+Green+Blue) = 189+230+163=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 163 (64.06% from 255 or 28.01% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE6A3 is #42195C. Grayscale: #D2D2D2. Windows color (decimal): -4331869 or 10741437. OLE color: 10741437.
HSL color Cylindrical-coordinate representation of color #BDE6A3: hue angle of 96.72º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDE6A3 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 163 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.10 |
| HSL | 96.72º | 0.57% | 0.77% | - |
| HSV(B) | 96.72º | 0.29% | 0.9% | - |
| XYZ | 55.89 | 70.06 | 45.23 | - |
| YUV | 210.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 163 | 0.18 | 0 | 0.29 | 0.10 | 96.72 | 0.57 | 0.77 |
| Hex | BD | E6 | A3 | 12 | 0 | 1D | A | 61 | 39 | 4D |
| Octal | 275 | 346 | 243 | 22 | 0 | 35 | 12 | 141 | 71 | 115 |
| Binary | 10111101 | 11100110 | 10100011 | 10010 | 0 | 11101 | 1010 | 1100001 | 111001 | 1001101 |
Color Harmonies of #BDE6A3
Complementary color
Monochromatic Colors of #BDE6A3
Black with #BDE6A3
Text Example
Text Example
White with #BDE6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6A3; }
p { color: rgb(189,230,163); }
H1.HeaderClassName
{
color: #BDE6A3;
}
.AnyTagClassName
{
color: #BDE6A3;
}
</style>
background-color css
<style>
a { background-color: #BDE6A3; }
a { background-color: rgb(189,230,163); }
div.DivClassName
{
background-color: #BDE6A3;
}
.BgClassName
{
background-color: #BDE6A3;
}
</style>
border-color css
<style>
span { border-color: #BDE6A3; }
span { border-color: rgb(189,230,163); }
td.TdClassName
{
border-color: #BDE6A3;
}
.TagClassName
{
border-color: #BDE6A3;
}
</style>