Shades of Madang #BAFBAF
Tints of Madang #BAFBAF
RGB
CMYK
RGB Variations
Color information
#BAFBAF (or 0xBAFBAF) is known color: Madang. HEX triplet: BA, FB and AF. RGB value is (186,251,175). Sum of RGB (Red+Green+Blue) = 186+251+175=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFBAF is #450450. Grayscale: #DFDFDF. Windows color (decimal): -4523089 or 11533242. OLE color: 11533242.
HSL color Cylindrical-coordinate representation of color #BAFBAF: hue angle of 111.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAFBAF is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 175 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.02 |
| HSL | 111.32º | 0.9% | 0.84% | - |
| HSV(B) | 111.32º | 0.3% | 0.98% | - |
| XYZ | 62.48 | 82.53 | 53.19 | - |
| YUV | 222.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 175 | 0.26 | 0 | 0.30 | 0.02 | 111.32 | 0.9 | 0.84 |
| Hex | BA | FB | AF | 1A | 0 | 1E | 2 | 6F | 5A | 54 |
| Octal | 272 | 373 | 257 | 32 | 0 | 36 | 2 | 157 | 132 | 124 |
| Binary | 10111010 | 11111011 | 10101111 | 11010 | 0 | 11110 | 10 | 1101111 | 1011010 | 1010100 |
Color Harmonies of #BAFBAF
Complementary color
Monochromatic Colors of #BAFBAF
Black with #BAFBAF
Text Example
Text Example
White with #BAFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBAF; }
p { color: rgb(186,251,175); }
H1.HeaderClassName
{
color: #BAFBAF;
}
.AnyTagClassName
{
color: #BAFBAF;
}
</style>
background-color css
<style>
a { background-color: #BAFBAF; }
a { background-color: rgb(186,251,175); }
div.DivClassName
{
background-color: #BAFBAF;
}
.BgClassName
{
background-color: #BAFBAF;
}
</style>
border-color css
<style>
span { border-color: #BAFBAF; }
span { border-color: rgb(186,251,175); }
td.TdClassName
{
border-color: #BAFBAF;
}
.TagClassName
{
border-color: #BAFBAF;
}
</style>