Shades of Madang #BDFFAA
Tints of Madang #BDFFAA
RGB
CMYK
RGB Variations
Color information
#BDFFAA (or 0xBDFFAA) is known color: Madang. HEX triplet: BD, FF and AA. RGB value is (189,255,170). Sum of RGB (Red+Green+Blue) = 189+255+170=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFFAA is #420055. Grayscale: #E1E1E1. Windows color (decimal): -4325462 or 11206589. OLE color: 11206589.
HSL color Cylindrical-coordinate representation of color #BDFFAA: hue angle of 106.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDFFAA is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 170 | - |
| CMYK | 0.26 | 0 | 0.33 | 0 |
| HSL | 106.59º | 1% | 0.83% | - |
| HSV(B) | 106.59º | 0.33% | 1% | - |
| XYZ | 64 | 85.24 | 51.11 | - |
| YUV | 225.58 | 96.63 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 170 | 0.26 | 0 | 0.33 | 0 | 106.59 | 1 | 0.83 |
| Hex | BD | FF | AA | 1A | 0 | 21 | 0 | 6B | 64 | 53 |
| Octal | 275 | 377 | 252 | 32 | 0 | 41 | 0 | 153 | 144 | 123 |
| Binary | 10111101 | 11111111 | 10101010 | 11010 | 0 | 100001 | 0 | 1101011 | 1100100 | 1010011 |
Color Harmonies of #BDFFAA
Complementary color
Monochromatic Colors of #BDFFAA
Black with #BDFFAA
Text Example
Text Example
White with #BDFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFAA; }
p { color: rgb(189,255,170); }
H1.HeaderClassName
{
color: #BDFFAA;
}
.AnyTagClassName
{
color: #BDFFAA;
}
</style>
background-color css
<style>
a { background-color: #BDFFAA; }
a { background-color: rgb(189,255,170); }
div.DivClassName
{
background-color: #BDFFAA;
}
.BgClassName
{
background-color: #BDFFAA;
}
</style>
border-color css
<style>
span { border-color: #BDFFAA; }
span { border-color: rgb(189,255,170); }
td.TdClassName
{
border-color: #BDFFAA;
}
.TagClassName
{
border-color: #BDFFAA;
}
</style>