Shades of Madang #BFFAA2
Tints of Madang #BFFAA2
RGB
CMYK
RGB Variations
Color information
#BFFAA2 (or 0xBFFAA2) is known color: Madang. HEX triplet: BF, FA and A2. RGB value is (191,250,162). Sum of RGB (Red+Green+Blue) = 191+250+162=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFAA2 is #40055D. Grayscale: #DEDEDE. Windows color (decimal): -4195678 or 10681023. OLE color: 10681023.
HSL color Cylindrical-coordinate representation of color #BFFAA2: hue angle of 100.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFFAA2 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 162 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.02 |
| HSL | 100.23º | 0.9% | 0.81% | - |
| HSV(B) | 100.23º | 0.35% | 0.98% | - |
| XYZ | 62.19 | 82.06 | 46.74 | - |
| YUV | 222.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 162 | 0.24 | 0 | 0.35 | 0.02 | 100.23 | 0.9 | 0.81 |
| Hex | BF | FA | A2 | 18 | 0 | 23 | 2 | 64 | 5A | 51 |
| Octal | 277 | 372 | 242 | 30 | 0 | 43 | 2 | 144 | 132 | 121 |
| Binary | 10111111 | 11111010 | 10100010 | 11000 | 0 | 100011 | 10 | 1100100 | 1011010 | 1010001 |
Color Harmonies of #BFFAA2
Complementary color
Monochromatic Colors of #BFFAA2
Black with #BFFAA2
Text Example
Text Example
White with #BFFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFAA2; }
p { color: rgb(191,250,162); }
H1.HeaderClassName
{
color: #BFFAA2;
}
.AnyTagClassName
{
color: #BFFAA2;
}
</style>
background-color css
<style>
a { background-color: #BFFAA2; }
a { background-color: rgb(191,250,162); }
div.DivClassName
{
background-color: #BFFAA2;
}
.BgClassName
{
background-color: #BFFAA2;
}
</style>
border-color css
<style>
span { border-color: #BFFAA2; }
span { border-color: rgb(191,250,162); }
td.TdClassName
{
border-color: #BFFAA2;
}
.TagClassName
{
border-color: #BFFAA2;
}
</style>