Shades of Madang #BAFAAA
Tints of Madang #BAFAAA
RGB
CMYK
RGB Variations
Color information
#BAFAAA (or 0xBAFAAA) is known color: Madang. HEX triplet: BA, FA and AA. RGB value is (186,250,170). Sum of RGB (Red+Green+Blue) = 186+250+170=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAAA is #450555. Grayscale: #DEDEDE. Windows color (decimal): -4523350 or 11205306. OLE color: 11205306.
HSL color Cylindrical-coordinate representation of color #BAFAAA: hue angle of 108º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAFAAA is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 170 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.02 |
| HSL | 108º | 0.89% | 0.82% | - |
| HSV(B) | 108º | 0.32% | 0.98% | - |
| XYZ | 61.69 | 81.71 | 50.55 | - |
| YUV | 221.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 170 | 0.26 | 0 | 0.32 | 0.02 | 108 | 0.89 | 0.82 |
| Hex | BA | FA | AA | 1A | 0 | 20 | 2 | 6C | 59 | 52 |
| Octal | 272 | 372 | 252 | 32 | 0 | 40 | 2 | 154 | 131 | 122 |
| Binary | 10111010 | 11111010 | 10101010 | 11010 | 0 | 100000 | 10 | 1101100 | 1011001 | 1010010 |
Color Harmonies of #BAFAAA
Complementary color
Monochromatic Colors of #BAFAAA
Black with #BAFAAA
Text Example
Text Example
White with #BAFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAAA; }
p { color: rgb(186,250,170); }
H1.HeaderClassName
{
color: #BAFAAA;
}
.AnyTagClassName
{
color: #BAFAAA;
}
</style>
background-color css
<style>
a { background-color: #BAFAAA; }
a { background-color: rgb(186,250,170); }
div.DivClassName
{
background-color: #BAFAAA;
}
.BgClassName
{
background-color: #BAFAAA;
}
</style>
border-color css
<style>
span { border-color: #BAFAAA; }
span { border-color: rgb(186,250,170); }
td.TdClassName
{
border-color: #BAFAAA;
}
.TagClassName
{
border-color: #BAFAAA;
}
</style>