Shades of Madang #BDF2A2
Tints of Madang #BDF2A2
RGB
CMYK
RGB Variations
Color information
#BDF2A2 (or 0xBDF2A2) is known color: Madang. HEX triplet: BD, F2 and A2. RGB value is (189,242,162). Sum of RGB (Red+Green+Blue) = 189+242+162=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF2A2 is #420D5D. Grayscale: #D9D9D9. Windows color (decimal): -4328798 or 10678973. OLE color: 10678973.
HSL color Cylindrical-coordinate representation of color #BDF2A2: hue angle of 99.75º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDF2A2 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 162 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.05 |
| HSL | 99.75º | 0.75% | 0.79% | - |
| HSV(B) | 99.75º | 0.33% | 0.95% | - |
| XYZ | 59.26 | 76.93 | 45.91 | - |
| YUV | 217.03 | 96.94 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 162 | 0.22 | 0 | 0.33 | 0.05 | 99.75 | 0.75 | 0.79 |
| Hex | BD | F2 | A2 | 16 | 0 | 21 | 5 | 64 | 4B | 4F |
| Octal | 275 | 362 | 242 | 26 | 0 | 41 | 5 | 144 | 113 | 117 |
| Binary | 10111101 | 11110010 | 10100010 | 10110 | 0 | 100001 | 101 | 1100100 | 1001011 | 1001111 |
Color Harmonies of #BDF2A2
Complementary color
Monochromatic Colors of #BDF2A2
Black with #BDF2A2
Text Example
Text Example
White with #BDF2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2A2; }
p { color: rgb(189,242,162); }
H1.HeaderClassName
{
color: #BDF2A2;
}
.AnyTagClassName
{
color: #BDF2A2;
}
</style>
background-color css
<style>
a { background-color: #BDF2A2; }
a { background-color: rgb(189,242,162); }
div.DivClassName
{
background-color: #BDF2A2;
}
.BgClassName
{
background-color: #BDF2A2;
}
</style>
border-color css
<style>
span { border-color: #BDF2A2; }
span { border-color: rgb(189,242,162); }
td.TdClassName
{
border-color: #BDF2A2;
}
.TagClassName
{
border-color: #BDF2A2;
}
</style>