Shades of Madang #BAFAAB
Tints of Madang #BAFAAB
RGB
CMYK
RGB Variations
Color information
#BAFAAB (or 0xBAFAAB) is known color: Madang. HEX triplet: BA, FA and AB. RGB value is (186,250,171). Sum of RGB (Red+Green+Blue) = 186+250+171=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAAB is #450554. Grayscale: #DEDEDE. Windows color (decimal): -4523349 or 11270842. OLE color: 11270842.
HSL color Cylindrical-coordinate representation of color #BAFAAB: hue angle of 108.61º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAFAAB is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 171 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.02 |
| HSL | 108.61º | 0.89% | 0.83% | - |
| HSV(B) | 108.61º | 0.32% | 0.98% | - |
| XYZ | 61.79 | 81.75 | 51.05 | - |
| YUV | 221.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 171 | 0.26 | 0 | 0.32 | 0.02 | 108.61 | 0.89 | 0.83 |
| Hex | BA | FA | AB | 1A | 0 | 20 | 2 | 6D | 59 | 53 |
| Octal | 272 | 372 | 253 | 32 | 0 | 40 | 2 | 155 | 131 | 123 |
| Binary | 10111010 | 11111010 | 10101011 | 11010 | 0 | 100000 | 10 | 1101101 | 1011001 | 1010011 |
Color Harmonies of #BAFAAB
Complementary color
Monochromatic Colors of #BAFAAB
Black with #BAFAAB
Text Example
Text Example
White with #BAFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAAB; }
p { color: rgb(186,250,171); }
H1.HeaderClassName
{
color: #BAFAAB;
}
.AnyTagClassName
{
color: #BAFAAB;
}
</style>
background-color css
<style>
a { background-color: #BAFAAB; }
a { background-color: rgb(186,250,171); }
div.DivClassName
{
background-color: #BAFAAB;
}
.BgClassName
{
background-color: #BAFAAB;
}
</style>
border-color css
<style>
span { border-color: #BAFAAB; }
span { border-color: rgb(186,250,171); }
td.TdClassName
{
border-color: #BAFAAB;
}
.TagClassName
{
border-color: #BAFAAB;
}
</style>