Shades of Madang #BDEDA3
Tints of Madang #BDEDA3
RGB
CMYK
RGB Variations
Color information
#BDEDA3 (or 0xBDEDA3) is known color: Madang. HEX triplet: BD, ED and A3. RGB value is (189,237,163). Sum of RGB (Red+Green+Blue) = 189+237+163=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDA3 is #42125C. Grayscale: #D6D6D6. Windows color (decimal): -4330077 or 10743229. OLE color: 10743229.
HSL color Cylindrical-coordinate representation of color #BDEDA3: hue angle of 98.92º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDEDA3 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 163 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.07 |
| HSL | 98.92º | 0.67% | 0.78% | - |
| HSV(B) | 98.92º | 0.31% | 0.93% | - |
| XYZ | 57.88 | 74.03 | 45.89 | - |
| YUV | 214.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 163 | 0.20 | 0 | 0.31 | 0.07 | 98.92 | 0.67 | 0.78 |
| Hex | BD | ED | A3 | 14 | 0 | 1F | 7 | 63 | 43 | 4E |
| Octal | 275 | 355 | 243 | 24 | 0 | 37 | 7 | 143 | 103 | 116 |
| Binary | 10111101 | 11101101 | 10100011 | 10100 | 0 | 11111 | 111 | 1100011 | 1000011 | 1001110 |
Color Harmonies of #BDEDA3
Complementary color
Monochromatic Colors of #BDEDA3
Black with #BDEDA3
Text Example
Text Example
White with #BDEDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDA3; }
p { color: rgb(189,237,163); }
H1.HeaderClassName
{
color: #BDEDA3;
}
.AnyTagClassName
{
color: #BDEDA3;
}
</style>
background-color css
<style>
a { background-color: #BDEDA3; }
a { background-color: rgb(189,237,163); }
div.DivClassName
{
background-color: #BDEDA3;
}
.BgClassName
{
background-color: #BDEDA3;
}
</style>
border-color css
<style>
span { border-color: #BDEDA3; }
span { border-color: rgb(189,237,163); }
td.TdClassName
{
border-color: #BDEDA3;
}
.TagClassName
{
border-color: #BDEDA3;
}
</style>