Shades of Madang #BAEFA2
Tints of Madang #BAEFA2
RGB
CMYK
RGB Variations
Color information
#BAEFA2 (or 0xBAEFA2) is known color: Madang. HEX triplet: BA, EF and A2. RGB value is (186,239,162). Sum of RGB (Red+Green+Blue) = 186+239+162=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEFA2 is #45105D. Grayscale: #D6D6D6. Windows color (decimal): -4526174 or 10678202. OLE color: 10678202.
HSL color Cylindrical-coordinate representation of color #BAEFA2: hue angle of 101.3º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAEFA2 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 162 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.06 |
| HSL | 101.3º | 0.71% | 0.79% | - |
| HSV(B) | 101.3º | 0.32% | 0.94% | - |
| XYZ | 57.64 | 74.78 | 45.58 | - |
| YUV | 214.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 162 | 0.22 | 0 | 0.32 | 0.06 | 101.3 | 0.71 | 0.79 |
| Hex | BA | EF | A2 | 16 | 0 | 20 | 6 | 65 | 47 | 4F |
| Octal | 272 | 357 | 242 | 26 | 0 | 40 | 6 | 145 | 107 | 117 |
| Binary | 10111010 | 11101111 | 10100010 | 10110 | 0 | 100000 | 110 | 1100101 | 1000111 | 1001111 |
Color Harmonies of #BAEFA2
Complementary color
Monochromatic Colors of #BAEFA2
Black with #BAEFA2
Text Example
Text Example
White with #BAEFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFA2; }
p { color: rgb(186,239,162); }
H1.HeaderClassName
{
color: #BAEFA2;
}
.AnyTagClassName
{
color: #BAEFA2;
}
</style>
background-color css
<style>
a { background-color: #BAEFA2; }
a { background-color: rgb(186,239,162); }
div.DivClassName
{
background-color: #BAEFA2;
}
.BgClassName
{
background-color: #BAEFA2;
}
</style>
border-color css
<style>
span { border-color: #BAEFA2; }
span { border-color: rgb(186,239,162); }
td.TdClassName
{
border-color: #BAEFA2;
}
.TagClassName
{
border-color: #BAEFA2;
}
</style>