Shades of Madang #BAE6AD
Tints of Madang #BAE6AD
RGB
CMYK
RGB Variations
Color information
#BAE6AD (or 0xBAE6AD) is known color: Madang. HEX triplet: BA, E6 and AD. RGB value is (186,230,173). Sum of RGB (Red+Green+Blue) = 186+230+173=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE6AD is #451952. Grayscale: #D2D2D2. Windows color (decimal): -4528467 or 11396794. OLE color: 11396794.
HSL color Cylindrical-coordinate representation of color #BAE6AD: hue angle of 106.32º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE6AD is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 173 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.10 |
| HSL | 106.32º | 0.53% | 0.79% | - |
| HSV(B) | 106.32º | 0.25% | 0.9% | - |
| XYZ | 56.09 | 70.05 | 50.1 | - |
| YUV | 210.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 173 | 0.19 | 0 | 0.25 | 0.10 | 106.32 | 0.53 | 0.79 |
| Hex | BA | E6 | AD | 13 | 0 | 19 | A | 6A | 35 | 4F |
| Octal | 272 | 346 | 255 | 23 | 0 | 31 | 12 | 152 | 65 | 117 |
| Binary | 10111010 | 11100110 | 10101101 | 10011 | 0 | 11001 | 1010 | 1101010 | 110101 | 1001111 |
Color Harmonies of #BAE6AD
Complementary color
Monochromatic Colors of #BAE6AD
Black with #BAE6AD
Text Example
Text Example
White with #BAE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6AD; }
p { color: rgb(186,230,173); }
H1.HeaderClassName
{
color: #BAE6AD;
}
.AnyTagClassName
{
color: #BAE6AD;
}
</style>
background-color css
<style>
a { background-color: #BAE6AD; }
a { background-color: rgb(186,230,173); }
div.DivClassName
{
background-color: #BAE6AD;
}
.BgClassName
{
background-color: #BAE6AD;
}
</style>
border-color css
<style>
span { border-color: #BAE6AD; }
span { border-color: rgb(186,230,173); }
td.TdClassName
{
border-color: #BAE6AD;
}
.TagClassName
{
border-color: #BAE6AD;
}
</style>