Shades of Madang #BAF8B2
Tints of Madang #BAF8B2
RGB
CMYK
RGB Variations
Color information
#BAF8B2 (or 0xBAF8B2) is known color: Madang. HEX triplet: BA, F8 and B2. RGB value is (186,248,178). Sum of RGB (Red+Green+Blue) = 186+248+178=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF8B2 is #45074D. Grayscale: #DDDDDD. Windows color (decimal): -4523854 or 11729082. OLE color: 11729082.
HSL color Cylindrical-coordinate representation of color #BAF8B2: hue angle of 113.14º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAF8B2 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 178 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.03 |
| HSL | 113.14º | 0.83% | 0.84% | - |
| HSV(B) | 113.14º | 0.28% | 0.97% | - |
| XYZ | 61.85 | 80.79 | 54.45 | - |
| YUV | 221.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 178 | 0.25 | 0 | 0.28 | 0.03 | 113.14 | 0.83 | 0.84 |
| Hex | BA | F8 | B2 | 19 | 0 | 1C | 3 | 71 | 53 | 54 |
| Octal | 272 | 370 | 262 | 31 | 0 | 34 | 3 | 161 | 123 | 124 |
| Binary | 10111010 | 11111000 | 10110010 | 11001 | 0 | 11100 | 11 | 1110001 | 1010011 | 1010100 |
Color Harmonies of #BAF8B2
Complementary color
Monochromatic Colors of #BAF8B2
Black with #BAF8B2
Text Example
Text Example
White with #BAF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8B2; }
p { color: rgb(186,248,178); }
H1.HeaderClassName
{
color: #BAF8B2;
}
.AnyTagClassName
{
color: #BAF8B2;
}
</style>
background-color css
<style>
a { background-color: #BAF8B2; }
a { background-color: rgb(186,248,178); }
div.DivClassName
{
background-color: #BAF8B2;
}
.BgClassName
{
background-color: #BAF8B2;
}
</style>
border-color css
<style>
span { border-color: #BAF8B2; }
span { border-color: rgb(186,248,178); }
td.TdClassName
{
border-color: #BAF8B2;
}
.TagClassName
{
border-color: #BAF8B2;
}
</style>