Shades of Madang #BFFBA8
Tints of Madang #BFFBA8
RGB
CMYK
RGB Variations
Color information
#BFFBA8 (or 0xBFFBA8) is known color: Madang. HEX triplet: BF, FB and A8. RGB value is (191,251,168). Sum of RGB (Red+Green+Blue) = 191+251+168=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFBA8 is #400457. Grayscale: #DFDFDF. Windows color (decimal): -4195416 or 11074495. OLE color: 11074495.
HSL color Cylindrical-coordinate representation of color #BFFBA8: hue angle of 103.37º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFFBA8 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 168 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.02 |
| HSL | 103.37º | 0.91% | 0.82% | - |
| HSV(B) | 103.37º | 0.33% | 0.98% | - |
| XYZ | 63.05 | 82.9 | 49.72 | - |
| YUV | 223.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 168 | 0.24 | 0 | 0.33 | 0.02 | 103.37 | 0.91 | 0.82 |
| Hex | BF | FB | A8 | 18 | 0 | 21 | 2 | 67 | 5B | 52 |
| Octal | 277 | 373 | 250 | 30 | 0 | 41 | 2 | 147 | 133 | 122 |
| Binary | 10111111 | 11111011 | 10101000 | 11000 | 0 | 100001 | 10 | 1100111 | 1011011 | 1010010 |
Color Harmonies of #BFFBA8
Complementary color
Monochromatic Colors of #BFFBA8
Black with #BFFBA8
Text Example
Text Example
White with #BFFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBA8; }
p { color: rgb(191,251,168); }
H1.HeaderClassName
{
color: #BFFBA8;
}
.AnyTagClassName
{
color: #BFFBA8;
}
</style>
background-color css
<style>
a { background-color: #BFFBA8; }
a { background-color: rgb(191,251,168); }
div.DivClassName
{
background-color: #BFFBA8;
}
.BgClassName
{
background-color: #BFFBA8;
}
</style>
border-color css
<style>
span { border-color: #BFFBA8; }
span { border-color: rgb(191,251,168); }
td.TdClassName
{
border-color: #BFFBA8;
}
.TagClassName
{
border-color: #BFFBA8;
}
</style>