Shades of Madang #BAE3AF
Tints of Madang #BAE3AF
RGB
CMYK
RGB Variations
Color information
#BAE3AF (or 0xBAE3AF) is known color: Madang. HEX triplet: BA, E3 and AF. RGB value is (186,227,175). Sum of RGB (Red+Green+Blue) = 186+227+175=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE3AF is #451C50. Grayscale: #D0D0D0. Windows color (decimal): -4529233 or 11527098. OLE color: 11527098.
HSL color Cylindrical-coordinate representation of color #BAE3AF: hue angle of 107.31º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE3AF is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 175 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.11 |
| HSL | 107.31º | 0.48% | 0.79% | - |
| HSV(B) | 107.31º | 0.23% | 0.89% | - |
| XYZ | 55.46 | 68.47 | 50.85 | - |
| YUV | 208.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 175 | 0.18 | 0 | 0.23 | 0.11 | 107.31 | 0.48 | 0.79 |
| Hex | BA | E3 | AF | 12 | 0 | 17 | B | 6B | 30 | 4F |
| Octal | 272 | 343 | 257 | 22 | 0 | 27 | 13 | 153 | 60 | 117 |
| Binary | 10111010 | 11100011 | 10101111 | 10010 | 0 | 10111 | 1011 | 1101011 | 110000 | 1001111 |
Color Harmonies of #BAE3AF
Complementary color
Monochromatic Colors of #BAE3AF
Black with #BAE3AF
Text Example
Text Example
White with #BAE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3AF; }
p { color: rgb(186,227,175); }
H1.HeaderClassName
{
color: #BAE3AF;
}
.AnyTagClassName
{
color: #BAE3AF;
}
</style>
background-color css
<style>
a { background-color: #BAE3AF; }
a { background-color: rgb(186,227,175); }
div.DivClassName
{
background-color: #BAE3AF;
}
.BgClassName
{
background-color: #BAE3AF;
}
</style>
border-color css
<style>
span { border-color: #BAE3AF; }
span { border-color: rgb(186,227,175); }
td.TdClassName
{
border-color: #BAE3AF;
}
.TagClassName
{
border-color: #BAE3AF;
}
</style>