Shades of Madang #BAF9B2
Tints of Madang #BAF9B2
RGB
CMYK
RGB Variations
Color information
#BAF9B2 (or 0xBAF9B2) is known color: Madang. HEX triplet: BA, F9 and B2. RGB value is (186,249,178). Sum of RGB (Red+Green+Blue) = 186+249+178=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF9B2 is #45064D. Grayscale: #DEDEDE. Windows color (decimal): -4523598 or 11729338. OLE color: 11729338.
HSL color Cylindrical-coordinate representation of color #BAF9B2: hue angle of 113.24º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF9B2 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 178 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.02 |
| HSL | 113.24º | 0.86% | 0.84% | - |
| HSV(B) | 113.24º | 0.29% | 0.98% | - |
| XYZ | 62.16 | 81.4 | 54.56 | - |
| YUV | 222.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 178 | 0.25 | 0 | 0.29 | 0.02 | 113.24 | 0.86 | 0.84 |
| Hex | BA | F9 | B2 | 19 | 0 | 1D | 2 | 71 | 56 | 54 |
| Octal | 272 | 371 | 262 | 31 | 0 | 35 | 2 | 161 | 126 | 124 |
| Binary | 10111010 | 11111001 | 10110010 | 11001 | 0 | 11101 | 10 | 1110001 | 1010110 | 1010100 |
Color Harmonies of #BAF9B2
Complementary color
Monochromatic Colors of #BAF9B2
Black with #BAF9B2
Text Example
Text Example
White with #BAF9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF9B2; }
p { color: rgb(186,249,178); }
H1.HeaderClassName
{
color: #BAF9B2;
}
.AnyTagClassName
{
color: #BAF9B2;
}
</style>
background-color css
<style>
a { background-color: #BAF9B2; }
a { background-color: rgb(186,249,178); }
div.DivClassName
{
background-color: #BAF9B2;
}
.BgClassName
{
background-color: #BAF9B2;
}
</style>
border-color css
<style>
span { border-color: #BAF9B2; }
span { border-color: rgb(186,249,178); }
td.TdClassName
{
border-color: #BAF9B2;
}
.TagClassName
{
border-color: #BAF9B2;
}
</style>