Shades of Madang #BDF6AA
Tints of Madang #BDF6AA
RGB
CMYK
RGB Variations
Color information
#BDF6AA (or 0xBDF6AA) is known color: Madang. HEX triplet: BD, F6 and AA. RGB value is (189,246,170). Sum of RGB (Red+Green+Blue) = 189+246+170=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF6AA is #420955. Grayscale: #DCDCDC. Windows color (decimal): -4327766 or 11204285. OLE color: 11204285.
HSL color Cylindrical-coordinate representation of color #BDF6AA: hue angle of 105º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDF6AA is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 170 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.04 |
| HSL | 105º | 0.81% | 0.82% | - |
| HSV(B) | 105º | 0.31% | 0.96% | - |
| XYZ | 61.2 | 79.63 | 50.18 | - |
| YUV | 220.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 170 | 0.23 | 0 | 0.31 | 0.04 | 105 | 0.81 | 0.82 |
| Hex | BD | F6 | AA | 17 | 0 | 1F | 4 | 69 | 51 | 52 |
| Octal | 275 | 366 | 252 | 27 | 0 | 37 | 4 | 151 | 121 | 122 |
| Binary | 10111101 | 11110110 | 10101010 | 10111 | 0 | 11111 | 100 | 1101001 | 1010001 | 1010010 |
Color Harmonies of #BDF6AA
Complementary color
Monochromatic Colors of #BDF6AA
Black with #BDF6AA
Text Example
Text Example
White with #BDF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6AA; }
p { color: rgb(189,246,170); }
H1.HeaderClassName
{
color: #BDF6AA;
}
.AnyTagClassName
{
color: #BDF6AA;
}
</style>
background-color css
<style>
a { background-color: #BDF6AA; }
a { background-color: rgb(189,246,170); }
div.DivClassName
{
background-color: #BDF6AA;
}
.BgClassName
{
background-color: #BDF6AA;
}
</style>
border-color css
<style>
span { border-color: #BDF6AA; }
span { border-color: rgb(189,246,170); }
td.TdClassName
{
border-color: #BDF6AA;
}
.TagClassName
{
border-color: #BDF6AA;
}
</style>