Shades of Madang #BDEFA9
Tints of Madang #BDEFA9
RGB
CMYK
RGB Variations
Color information
#BDEFA9 (or 0xBDEFA9) is known color: Madang. HEX triplet: BD, EF and A9. RGB value is (189,239,169). Sum of RGB (Red+Green+Blue) = 189+239+169=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEFA9 is #421056. Grayscale: #D8D8D8. Windows color (decimal): -4329559 or 11136957. OLE color: 11136957.
HSL color Cylindrical-coordinate representation of color #BDEFA9: hue angle of 102.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDEFA9 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 169 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.06 |
| HSL | 102.86º | 0.69% | 0.8% | - |
| HSV(B) | 102.86º | 0.29% | 0.94% | - |
| XYZ | 59.01 | 75.42 | 48.98 | - |
| YUV | 216.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 169 | 0.21 | 0 | 0.29 | 0.06 | 102.86 | 0.69 | 0.8 |
| Hex | BD | EF | A9 | 15 | 0 | 1D | 6 | 67 | 45 | 50 |
| Octal | 275 | 357 | 251 | 25 | 0 | 35 | 6 | 147 | 105 | 120 |
| Binary | 10111101 | 11101111 | 10101001 | 10101 | 0 | 11101 | 110 | 1100111 | 1000101 | 1010000 |
Color Harmonies of #BDEFA9
Complementary color
Monochromatic Colors of #BDEFA9
Black with #BDEFA9
Text Example
Text Example
White with #BDEFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFA9; }
p { color: rgb(189,239,169); }
H1.HeaderClassName
{
color: #BDEFA9;
}
.AnyTagClassName
{
color: #BDEFA9;
}
</style>
background-color css
<style>
a { background-color: #BDEFA9; }
a { background-color: rgb(189,239,169); }
div.DivClassName
{
background-color: #BDEFA9;
}
.BgClassName
{
background-color: #BDEFA9;
}
</style>
border-color css
<style>
span { border-color: #BDEFA9; }
span { border-color: rgb(189,239,169); }
td.TdClassName
{
border-color: #BDEFA9;
}
.TagClassName
{
border-color: #BDEFA9;
}
</style>