Shades of Madang #BFF6AA
Tints of Madang #BFF6AA
RGB
CMYK
RGB Variations
Color information
#BFF6AA (or 0xBFF6AA) is known color: Madang. HEX triplet: BF, F6 and AA. RGB value is (191,246,170). Sum of RGB (Red+Green+Blue) = 191+246+170=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF6AA is #400955. Grayscale: #DDDDDD. Windows color (decimal): -4196694 or 11204287. OLE color: 11204287.
HSL color Cylindrical-coordinate representation of color #BFF6AA: hue angle of 103.42º 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 #BFF6AA is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 170 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.04 |
| HSL | 103.42º | 0.81% | 0.82% | - |
| HSV(B) | 103.42º | 0.31% | 0.96% | - |
| XYZ | 61.7 | 79.89 | 50.2 | - |
| YUV | 220.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 170 | 0.22 | 0 | 0.31 | 0.04 | 103.42 | 0.81 | 0.82 |
| Hex | BF | F6 | AA | 16 | 0 | 1F | 4 | 67 | 51 | 52 |
| Octal | 277 | 366 | 252 | 26 | 0 | 37 | 4 | 147 | 121 | 122 |
| Binary | 10111111 | 11110110 | 10101010 | 10110 | 0 | 11111 | 100 | 1100111 | 1010001 | 1010010 |
Color Harmonies of #BFF6AA
Complementary color
Monochromatic Colors of #BFF6AA
Black with #BFF6AA
Text Example
Text Example
White with #BFF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6AA; }
p { color: rgb(191,246,170); }
H1.HeaderClassName
{
color: #BFF6AA;
}
.AnyTagClassName
{
color: #BFF6AA;
}
</style>
background-color css
<style>
a { background-color: #BFF6AA; }
a { background-color: rgb(191,246,170); }
div.DivClassName
{
background-color: #BFF6AA;
}
.BgClassName
{
background-color: #BFF6AA;
}
</style>
border-color css
<style>
span { border-color: #BFF6AA; }
span { border-color: rgb(191,246,170); }
td.TdClassName
{
border-color: #BFF6AA;
}
.TagClassName
{
border-color: #BFF6AA;
}
</style>