Shades of Madang #BAFAB3
Tints of Madang #BAFAB3
RGB
CMYK
RGB Variations
Color information
#BAFAB3 (or 0xBAFAB3) is known color: Madang. HEX triplet: BA, FA and B3. RGB value is (186,250,179). Sum of RGB (Red+Green+Blue) = 186+250+179=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAB3 is #45054C. Grayscale: #DEDEDE. Windows color (decimal): -4523341 or 11795130. OLE color: 11795130.
HSL color Cylindrical-coordinate representation of color #BAFAB3: hue angle of 114.08º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAFAB3 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 179 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.02 |
| HSL | 114.08º | 0.88% | 0.84% | - |
| HSV(B) | 114.08º | 0.28% | 0.98% | - |
| XYZ | 62.57 | 82.06 | 55.19 | - |
| YUV | 222.77 | 103.3 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 179 | 0.26 | 0 | 0.28 | 0.02 | 114.08 | 0.88 | 0.84 |
| Hex | BA | FA | B3 | 1A | 0 | 1C | 2 | 72 | 58 | 54 |
| Octal | 272 | 372 | 263 | 32 | 0 | 34 | 2 | 162 | 130 | 124 |
| Binary | 10111010 | 11111010 | 10110011 | 11010 | 0 | 11100 | 10 | 1110010 | 1011000 | 1010100 |
Color Harmonies of #BAFAB3
Complementary color
Monochromatic Colors of #BAFAB3
Black with #BAFAB3
Text Example
Text Example
White with #BAFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAB3; }
p { color: rgb(186,250,179); }
H1.HeaderClassName
{
color: #BAFAB3;
}
.AnyTagClassName
{
color: #BAFAB3;
}
</style>
background-color css
<style>
a { background-color: #BAFAB3; }
a { background-color: rgb(186,250,179); }
div.DivClassName
{
background-color: #BAFAB3;
}
.BgClassName
{
background-color: #BAFAB3;
}
</style>
border-color css
<style>
span { border-color: #BAFAB3; }
span { border-color: rgb(186,250,179); }
td.TdClassName
{
border-color: #BAFAB3;
}
.TagClassName
{
border-color: #BAFAB3;
}
</style>