Shades of Madang #BAE5B5
Tints of Madang #BAE5B5
RGB
CMYK
RGB Variations
Color information
#BAE5B5 (or 0xBAE5B5) is known color: Madang. HEX triplet: BA, E5 and B5. RGB value is (186,229,181). Sum of RGB (Red+Green+Blue) = 186+229+181=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5B5 is #451A4A. Grayscale: #D2D2D2. Windows color (decimal): -4528715 or 11920826. OLE color: 11920826.
HSL color Cylindrical-coordinate representation of color #BAE5B5: hue angle of 113.75º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE5B5 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 181 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.10 |
| HSL | 113.75º | 0.48% | 0.8% | - |
| HSV(B) | 113.75º | 0.21% | 0.9% | - |
| XYZ | 56.61 | 69.81 | 54.21 | - |
| YUV | 210.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 181 | 0.19 | 0 | 0.21 | 0.10 | 113.75 | 0.48 | 0.8 |
| Hex | BA | E5 | B5 | 13 | 0 | 15 | A | 72 | 30 | 50 |
| Octal | 272 | 345 | 265 | 23 | 0 | 25 | 12 | 162 | 60 | 120 |
| Binary | 10111010 | 11100101 | 10110101 | 10011 | 0 | 10101 | 1010 | 1110010 | 110000 | 1010000 |
Color Harmonies of #BAE5B5
Complementary color
Monochromatic Colors of #BAE5B5
Black with #BAE5B5
Text Example
Text Example
White with #BAE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5B5; }
p { color: rgb(186,229,181); }
H1.HeaderClassName
{
color: #BAE5B5;
}
.AnyTagClassName
{
color: #BAE5B5;
}
</style>
background-color css
<style>
a { background-color: #BAE5B5; }
a { background-color: rgb(186,229,181); }
div.DivClassName
{
background-color: #BAE5B5;
}
.BgClassName
{
background-color: #BAE5B5;
}
</style>
border-color css
<style>
span { border-color: #BAE5B5; }
span { border-color: rgb(186,229,181); }
td.TdClassName
{
border-color: #BAE5B5;
}
.TagClassName
{
border-color: #BAE5B5;
}
</style>