Shades of Madang #BFF2A6
Tints of Madang #BFF2A6
RGB
CMYK
RGB Variations
Color information
#BFF2A6 (or 0xBFF2A6) is known color: Madang. HEX triplet: BF, F2 and A6. RGB value is (191,242,166). Sum of RGB (Red+Green+Blue) = 191+242+166=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF2A6 is #400D59. Grayscale: #DADADA. Windows color (decimal): -4197722 or 10941119. OLE color: 10941119.
HSL color Cylindrical-coordinate representation of color #BFF2A6: hue angle of 100.26º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFF2A6 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 166 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.05 |
| HSL | 100.26º | 0.75% | 0.8% | - |
| HSV(B) | 100.26º | 0.31% | 0.95% | - |
| XYZ | 60.12 | 77.33 | 47.83 | - |
| YUV | 218.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 166 | 0.21 | 0 | 0.31 | 0.05 | 100.26 | 0.75 | 0.8 |
| Hex | BF | F2 | A6 | 15 | 0 | 1F | 5 | 64 | 4B | 50 |
| Octal | 277 | 362 | 246 | 25 | 0 | 37 | 5 | 144 | 113 | 120 |
| Binary | 10111111 | 11110010 | 10100110 | 10101 | 0 | 11111 | 101 | 1100100 | 1001011 | 1010000 |
Color Harmonies of #BFF2A6
Complementary color
Monochromatic Colors of #BFF2A6
Black with #BFF2A6
Text Example
Text Example
White with #BFF2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2A6; }
p { color: rgb(191,242,166); }
H1.HeaderClassName
{
color: #BFF2A6;
}
.AnyTagClassName
{
color: #BFF2A6;
}
</style>
background-color css
<style>
a { background-color: #BFF2A6; }
a { background-color: rgb(191,242,166); }
div.DivClassName
{
background-color: #BFF2A6;
}
.BgClassName
{
background-color: #BFF2A6;
}
</style>
border-color css
<style>
span { border-color: #BFF2A6; }
span { border-color: rgb(191,242,166); }
td.TdClassName
{
border-color: #BFF2A6;
}
.TagClassName
{
border-color: #BFF2A6;
}
</style>