Shades of Madang #BAE5AF
Tints of Madang #BAE5AF
RGB
CMYK
RGB Variations
Color information
#BAE5AF (or 0xBAE5AF) is known color: Madang. HEX triplet: BA, E5 and AF. RGB value is (186,229,175). Sum of RGB (Red+Green+Blue) = 186+229+175=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE5AF is #451A50. Grayscale: #D2D2D2. Windows color (decimal): -4528721 or 11527610. OLE color: 11527610.
HSL color Cylindrical-coordinate representation of color #BAE5AF: hue angle of 107.78º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAE5AF is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 175 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.10 |
| HSL | 107.78º | 0.51% | 0.79% | - |
| HSV(B) | 107.78º | 0.24% | 0.9% | - |
| XYZ | 56.01 | 69.57 | 51.03 | - |
| YUV | 209.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 175 | 0.19 | 0 | 0.24 | 0.10 | 107.78 | 0.51 | 0.79 |
| Hex | BA | E5 | AF | 13 | 0 | 18 | A | 6C | 33 | 4F |
| Octal | 272 | 345 | 257 | 23 | 0 | 30 | 12 | 154 | 63 | 117 |
| Binary | 10111010 | 11100101 | 10101111 | 10011 | 0 | 11000 | 1010 | 1101100 | 110011 | 1001111 |
Color Harmonies of #BAE5AF
Complementary color
Monochromatic Colors of #BAE5AF
Black with #BAE5AF
Text Example
Text Example
White with #BAE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5AF; }
p { color: rgb(186,229,175); }
H1.HeaderClassName
{
color: #BAE5AF;
}
.AnyTagClassName
{
color: #BAE5AF;
}
</style>
background-color css
<style>
a { background-color: #BAE5AF; }
a { background-color: rgb(186,229,175); }
div.DivClassName
{
background-color: #BAE5AF;
}
.BgClassName
{
background-color: #BAE5AF;
}
</style>
border-color css
<style>
span { border-color: #BAE5AF; }
span { border-color: rgb(186,229,175); }
td.TdClassName
{
border-color: #BAE5AF;
}
.TagClassName
{
border-color: #BAE5AF;
}
</style>