Shades of Madang #BFF1AA
Tints of Madang #BFF1AA
RGB
CMYK
RGB Variations
Color information
#BFF1AA (or 0xBFF1AA) is known color: Madang. HEX triplet: BF, F1 and AA. RGB value is (191,241,170). Sum of RGB (Red+Green+Blue) = 191+241+170=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF1AA is #400E55. Grayscale: #DADADA. Windows color (decimal): -4197974 or 11203007. OLE color: 11203007.
HSL color Cylindrical-coordinate representation of color #BFF1AA: hue angle of 102.25º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFF1AA is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 170 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.05 |
| HSL | 102.25º | 0.72% | 0.81% | - |
| HSV(B) | 102.25º | 0.29% | 0.95% | - |
| XYZ | 60.2 | 76.89 | 49.7 | - |
| YUV | 217.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 170 | 0.21 | 0 | 0.29 | 0.05 | 102.25 | 0.72 | 0.81 |
| Hex | BF | F1 | AA | 15 | 0 | 1D | 5 | 66 | 48 | 51 |
| Octal | 277 | 361 | 252 | 25 | 0 | 35 | 5 | 146 | 110 | 121 |
| Binary | 10111111 | 11110001 | 10101010 | 10101 | 0 | 11101 | 101 | 1100110 | 1001000 | 1010001 |
Color Harmonies of #BFF1AA
Complementary color
Monochromatic Colors of #BFF1AA
Black with #BFF1AA
Text Example
Text Example
White with #BFF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1AA; }
p { color: rgb(191,241,170); }
H1.HeaderClassName
{
color: #BFF1AA;
}
.AnyTagClassName
{
color: #BFF1AA;
}
</style>
background-color css
<style>
a { background-color: #BFF1AA; }
a { background-color: rgb(191,241,170); }
div.DivClassName
{
background-color: #BFF1AA;
}
.BgClassName
{
background-color: #BFF1AA;
}
</style>
border-color css
<style>
span { border-color: #BFF1AA; }
span { border-color: rgb(191,241,170); }
td.TdClassName
{
border-color: #BFF1AA;
}
.TagClassName
{
border-color: #BFF1AA;
}
</style>