Shades of Madang #BFF8A6
Tints of Madang #BFF8A6
RGB
CMYK
RGB Variations
Color information
#BFF8A6 (or 0xBFF8A6) is known color: Madang. HEX triplet: BF, F8 and A6. RGB value is (191,248,166). Sum of RGB (Red+Green+Blue) = 191+248+166=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF8A6 is #400759. Grayscale: #DDDDDD. Windows color (decimal): -4196186 or 10942655. OLE color: 10942655.
HSL color Cylindrical-coordinate representation of color #BFF8A6: hue angle of 101.71º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFF8A6 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 166 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.03 |
| HSL | 101.71º | 0.85% | 0.81% | - |
| HSV(B) | 101.71º | 0.33% | 0.97% | - |
| XYZ | 61.94 | 80.96 | 48.44 | - |
| YUV | 221.61 | 96.62 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 166 | 0.23 | 0 | 0.33 | 0.03 | 101.71 | 0.85 | 0.81 |
| Hex | BF | F8 | A6 | 17 | 0 | 21 | 3 | 66 | 55 | 51 |
| Octal | 277 | 370 | 246 | 27 | 0 | 41 | 3 | 146 | 125 | 121 |
| Binary | 10111111 | 11111000 | 10100110 | 10111 | 0 | 100001 | 11 | 1100110 | 1010101 | 1010001 |
Color Harmonies of #BFF8A6
Complementary color
Monochromatic Colors of #BFF8A6
Black with #BFF8A6
Text Example
Text Example
White with #BFF8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8A6; }
p { color: rgb(191,248,166); }
H1.HeaderClassName
{
color: #BFF8A6;
}
.AnyTagClassName
{
color: #BFF8A6;
}
</style>
background-color css
<style>
a { background-color: #BFF8A6; }
a { background-color: rgb(191,248,166); }
div.DivClassName
{
background-color: #BFF8A6;
}
.BgClassName
{
background-color: #BFF8A6;
}
</style>
border-color css
<style>
span { border-color: #BFF8A6; }
span { border-color: rgb(191,248,166); }
td.TdClassName
{
border-color: #BFF8A6;
}
.TagClassName
{
border-color: #BFF8A6;
}
</style>