Shades of Madang #BAF8B1
Tints of Madang #BAF8B1
RGB
CMYK
RGB Variations
Color information
#BAF8B1 (or 0xBAF8B1) is known color: Madang. HEX triplet: BA, F8 and B1. RGB value is (186,248,177). Sum of RGB (Red+Green+Blue) = 186+248+177=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF8B1 is #45074E. Grayscale: #DDDDDD. Windows color (decimal): -4523855 or 11663546. OLE color: 11663546.
HSL color Cylindrical-coordinate representation of color #BAF8B1: hue angle of 112.39º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF8B1 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 177 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.03 |
| HSL | 112.39º | 0.84% | 0.83% | - |
| HSV(B) | 112.39º | 0.29% | 0.97% | - |
| XYZ | 61.75 | 80.75 | 53.93 | - |
| YUV | 221.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 177 | 0.25 | 0 | 0.29 | 0.03 | 112.39 | 0.84 | 0.83 |
| Hex | BA | F8 | B1 | 19 | 0 | 1D | 3 | 70 | 54 | 53 |
| Octal | 272 | 370 | 261 | 31 | 0 | 35 | 3 | 160 | 124 | 123 |
| Binary | 10111010 | 11111000 | 10110001 | 11001 | 0 | 11101 | 11 | 1110000 | 1010100 | 1010011 |
Color Harmonies of #BAF8B1
Complementary color
Monochromatic Colors of #BAF8B1
Black with #BAF8B1
Text Example
Text Example
White with #BAF8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8B1; }
p { color: rgb(186,248,177); }
H1.HeaderClassName
{
color: #BAF8B1;
}
.AnyTagClassName
{
color: #BAF8B1;
}
</style>
background-color css
<style>
a { background-color: #BAF8B1; }
a { background-color: rgb(186,248,177); }
div.DivClassName
{
background-color: #BAF8B1;
}
.BgClassName
{
background-color: #BAF8B1;
}
</style>
border-color css
<style>
span { border-color: #BAF8B1; }
span { border-color: rgb(186,248,177); }
td.TdClassName
{
border-color: #BAF8B1;
}
.TagClassName
{
border-color: #BAF8B1;
}
</style>