Shades of Madang #BDEFA3
Tints of Madang #BDEFA3
RGB
CMYK
RGB Variations
Color information
#BDEFA3 (or 0xBDEFA3) is known color: Madang. HEX triplet: BD, EF and A3. RGB value is (189,239,163). Sum of RGB (Red+Green+Blue) = 189+239+163=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 163 (64.06% from 255 or 27.58% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEFA3 is #42105C. Grayscale: #D7D7D7. Windows color (decimal): -4329565 or 10743741. OLE color: 10743741.
HSL color Cylindrical-coordinate representation of color #BDEFA3: hue angle of 99.47º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDEFA3 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 163 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.06 |
| HSL | 99.47º | 0.7% | 0.79% | - |
| HSV(B) | 99.47º | 0.32% | 0.94% | - |
| XYZ | 58.46 | 75.2 | 46.08 | - |
| YUV | 215.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 163 | 0.21 | 0 | 0.32 | 0.06 | 99.47 | 0.7 | 0.79 |
| Hex | BD | EF | A3 | 15 | 0 | 20 | 6 | 63 | 46 | 4F |
| Octal | 275 | 357 | 243 | 25 | 0 | 40 | 6 | 143 | 106 | 117 |
| Binary | 10111101 | 11101111 | 10100011 | 10101 | 0 | 100000 | 110 | 1100011 | 1000110 | 1001111 |
Color Harmonies of #BDEFA3
Complementary color
Monochromatic Colors of #BDEFA3
Black with #BDEFA3
Text Example
Text Example
White with #BDEFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFA3; }
p { color: rgb(189,239,163); }
H1.HeaderClassName
{
color: #BDEFA3;
}
.AnyTagClassName
{
color: #BDEFA3;
}
</style>
background-color css
<style>
a { background-color: #BDEFA3; }
a { background-color: rgb(189,239,163); }
div.DivClassName
{
background-color: #BDEFA3;
}
.BgClassName
{
background-color: #BDEFA3;
}
</style>
border-color css
<style>
span { border-color: #BDEFA3; }
span { border-color: rgb(189,239,163); }
td.TdClassName
{
border-color: #BDEFA3;
}
.TagClassName
{
border-color: #BDEFA3;
}
</style>