Shades of Madang #BAF4B1
Tints of Madang #BAF4B1
RGB
CMYK
RGB Variations
Color information
#BAF4B1 (or 0xBAF4B1) is known color: Madang. HEX triplet: BA, F4 and B1. RGB value is (186,244,177). Sum of RGB (Red+Green+Blue) = 186+244+177=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF4B1 is #450B4E. Grayscale: #DBDBDB. Windows color (decimal): -4524879 or 11662522. OLE color: 11662522.
HSL color Cylindrical-coordinate representation of color #BAF4B1: hue angle of 111.94º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF4B1 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 177 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.04 |
| HSL | 111.94º | 0.75% | 0.83% | - |
| HSV(B) | 111.94º | 0.27% | 0.96% | - |
| XYZ | 60.54 | 78.31 | 53.52 | - |
| YUV | 219.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 177 | 0.24 | 0 | 0.27 | 0.04 | 111.94 | 0.75 | 0.83 |
| Hex | BA | F4 | B1 | 18 | 0 | 1B | 4 | 70 | 4B | 53 |
| Octal | 272 | 364 | 261 | 30 | 0 | 33 | 4 | 160 | 113 | 123 |
| Binary | 10111010 | 11110100 | 10110001 | 11000 | 0 | 11011 | 100 | 1110000 | 1001011 | 1010011 |
Color Harmonies of #BAF4B1
Complementary color
Monochromatic Colors of #BAF4B1
Black with #BAF4B1
Text Example
Text Example
White with #BAF4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF4B1; }
p { color: rgb(186,244,177); }
H1.HeaderClassName
{
color: #BAF4B1;
}
.AnyTagClassName
{
color: #BAF4B1;
}
</style>
background-color css
<style>
a { background-color: #BAF4B1; }
a { background-color: rgb(186,244,177); }
div.DivClassName
{
background-color: #BAF4B1;
}
.BgClassName
{
background-color: #BAF4B1;
}
</style>
border-color css
<style>
span { border-color: #BAF4B1; }
span { border-color: rgb(186,244,177); }
td.TdClassName
{
border-color: #BAF4B1;
}
.TagClassName
{
border-color: #BAF4B1;
}
</style>