Shades of Madang #BFF0AA
Tints of Madang #BFF0AA
RGB
CMYK
RGB Variations
Color information
#BFF0AA (or 0xBFF0AA) is known color: Madang. HEX triplet: BF, F0 and AA. RGB value is (191,240,170). Sum of RGB (Red+Green+Blue) = 191+240+170=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF0AA is #400F55. Grayscale: #D9D9D9. Windows color (decimal): -4198230 or 11202751. OLE color: 11202751.
HSL color Cylindrical-coordinate representation of color #BFF0AA: hue angle of 102º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFF0AA is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 170 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.06 |
| HSL | 102º | 0.7% | 0.8% | - |
| HSV(B) | 102º | 0.29% | 0.94% | - |
| XYZ | 59.9 | 76.3 | 49.6 | - |
| YUV | 217.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 170 | 0.20 | 0 | 0.29 | 0.06 | 102 | 0.7 | 0.8 |
| Hex | BF | F0 | AA | 14 | 0 | 1D | 6 | 66 | 46 | 50 |
| Octal | 277 | 360 | 252 | 24 | 0 | 35 | 6 | 146 | 106 | 120 |
| Binary | 10111111 | 11110000 | 10101010 | 10100 | 0 | 11101 | 110 | 1100110 | 1000110 | 1010000 |
Color Harmonies of #BFF0AA
Complementary color
Monochromatic Colors of #BFF0AA
Black with #BFF0AA
Text Example
Text Example
White with #BFF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0AA; }
p { color: rgb(191,240,170); }
H1.HeaderClassName
{
color: #BFF0AA;
}
.AnyTagClassName
{
color: #BFF0AA;
}
</style>
background-color css
<style>
a { background-color: #BFF0AA; }
a { background-color: rgb(191,240,170); }
div.DivClassName
{
background-color: #BFF0AA;
}
.BgClassName
{
background-color: #BFF0AA;
}
</style>
border-color css
<style>
span { border-color: #BFF0AA; }
span { border-color: rgb(191,240,170); }
td.TdClassName
{
border-color: #BFF0AA;
}
.TagClassName
{
border-color: #BFF0AA;
}
</style>