Shades of Madang #BAE8B5
Tints of Madang #BAE8B5
RGB
CMYK
RGB Variations
Color information
#BAE8B5 (or 0xBAE8B5) is known color: Madang. HEX triplet: BA, E8 and B5. RGB value is (186,232,181). Sum of RGB (Red+Green+Blue) = 186+232+181=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8B5 is #45174A. Grayscale: #D4D4D4. Windows color (decimal): -4527947 or 11921594. OLE color: 11921594.
HSL color Cylindrical-coordinate representation of color #BAE8B5: hue angle of 114.12º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE8B5 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 181 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.09 |
| HSL | 114.12º | 0.53% | 0.81% | - |
| HSV(B) | 114.12º | 0.22% | 0.91% | - |
| XYZ | 57.45 | 71.49 | 54.49 | - |
| YUV | 212.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 181 | 0.20 | 0 | 0.22 | 0.09 | 114.12 | 0.53 | 0.81 |
| Hex | BA | E8 | B5 | 14 | 0 | 16 | 9 | 72 | 35 | 51 |
| Octal | 272 | 350 | 265 | 24 | 0 | 26 | 11 | 162 | 65 | 121 |
| Binary | 10111010 | 11101000 | 10110101 | 10100 | 0 | 10110 | 1001 | 1110010 | 110101 | 1010001 |
Color Harmonies of #BAE8B5
Complementary color
Monochromatic Colors of #BAE8B5
Black with #BAE8B5
Text Example
Text Example
White with #BAE8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8B5; }
p { color: rgb(186,232,181); }
H1.HeaderClassName
{
color: #BAE8B5;
}
.AnyTagClassName
{
color: #BAE8B5;
}
</style>
background-color css
<style>
a { background-color: #BAE8B5; }
a { background-color: rgb(186,232,181); }
div.DivClassName
{
background-color: #BAE8B5;
}
.BgClassName
{
background-color: #BAE8B5;
}
</style>
border-color css
<style>
span { border-color: #BAE8B5; }
span { border-color: rgb(186,232,181); }
td.TdClassName
{
border-color: #BAE8B5;
}
.TagClassName
{
border-color: #BAE8B5;
}
</style>