Shades of Madang #BFF1A6
Tints of Madang #BFF1A6
RGB
CMYK
RGB Variations
Color information
#BFF1A6 (or 0xBFF1A6) is known color: Madang. HEX triplet: BF, F1 and A6. RGB value is (191,241,166). Sum of RGB (Red+Green+Blue) = 191+241+166=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 166 (65.23% from 255 or 27.76% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF1A6 is #400E59. Grayscale: #D9D9D9. Windows color (decimal): -4197978 or 10940863. OLE color: 10940863.
HSL color Cylindrical-coordinate representation of color #BFF1A6: hue angle of 100º degrees, saturation: 0.73, 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 #BFF1A6 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 166 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.05 |
| HSL | 100º | 0.73% | 0.8% | - |
| HSV(B) | 100º | 0.31% | 0.95% | - |
| XYZ | 59.82 | 76.74 | 47.74 | - |
| YUV | 217.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 166 | 0.21 | 0 | 0.31 | 0.05 | 100 | 0.73 | 0.8 |
| Hex | BF | F1 | A6 | 15 | 0 | 1F | 5 | 64 | 49 | 50 |
| Octal | 277 | 361 | 246 | 25 | 0 | 37 | 5 | 144 | 111 | 120 |
| Binary | 10111111 | 11110001 | 10100110 | 10101 | 0 | 11111 | 101 | 1100100 | 1001001 | 1010000 |
Color Harmonies of #BFF1A6
Complementary color
Monochromatic Colors of #BFF1A6
Black with #BFF1A6
Text Example
Text Example
White with #BFF1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1A6; }
p { color: rgb(191,241,166); }
H1.HeaderClassName
{
color: #BFF1A6;
}
.AnyTagClassName
{
color: #BFF1A6;
}
</style>
background-color css
<style>
a { background-color: #BFF1A6; }
a { background-color: rgb(191,241,166); }
div.DivClassName
{
background-color: #BFF1A6;
}
.BgClassName
{
background-color: #BFF1A6;
}
</style>
border-color css
<style>
span { border-color: #BFF1A6; }
span { border-color: rgb(191,241,166); }
td.TdClassName
{
border-color: #BFF1A6;
}
.TagClassName
{
border-color: #BFF1A6;
}
</style>