Shades of Madang #BFF0A3
Tints of Madang #BFF0A3
RGB
CMYK
RGB Variations
Color information
#BFF0A3 (or 0xBFF0A3) is known color: Madang. HEX triplet: BF, F0 and A3. RGB value is (191,240,163). Sum of RGB (Red+Green+Blue) = 191+240+163=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF0A3 is #400F5C. Grayscale: #D8D8D8. Windows color (decimal): -4198237 or 10743999. OLE color: 10743999.
HSL color Cylindrical-coordinate representation of color #BFF0A3: hue angle of 98.18º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFF0A3 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 163 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.06 |
| HSL | 98.18º | 0.72% | 0.79% | - |
| HSV(B) | 98.18º | 0.32% | 0.94% | - |
| XYZ | 59.26 | 76.04 | 46.2 | - |
| YUV | 216.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 163 | 0.20 | 0 | 0.32 | 0.06 | 98.18 | 0.72 | 0.79 |
| Hex | BF | F0 | A3 | 14 | 0 | 20 | 6 | 62 | 48 | 4F |
| Octal | 277 | 360 | 243 | 24 | 0 | 40 | 6 | 142 | 110 | 117 |
| Binary | 10111111 | 11110000 | 10100011 | 10100 | 0 | 100000 | 110 | 1100010 | 1001000 | 1001111 |
Color Harmonies of #BFF0A3
Complementary color
Monochromatic Colors of #BFF0A3
Black with #BFF0A3
Text Example
Text Example
White with #BFF0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0A3; }
p { color: rgb(191,240,163); }
H1.HeaderClassName
{
color: #BFF0A3;
}
.AnyTagClassName
{
color: #BFF0A3;
}
</style>
background-color css
<style>
a { background-color: #BFF0A3; }
a { background-color: rgb(191,240,163); }
div.DivClassName
{
background-color: #BFF0A3;
}
.BgClassName
{
background-color: #BFF0A3;
}
</style>
border-color css
<style>
span { border-color: #BFF0A3; }
span { border-color: rgb(191,240,163); }
td.TdClassName
{
border-color: #BFF0A3;
}
.TagClassName
{
border-color: #BFF0A3;
}
</style>