Shades of Madang #BAEBAA
Tints of Madang #BAEBAA
RGB
CMYK
RGB Variations
Color information
#BAEBAA (or 0xBAEBAA) is known color: Madang. HEX triplet: BA, EB and AA. RGB value is (186,235,170). Sum of RGB (Red+Green+Blue) = 186+235+170=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBAA is #451455. Grayscale: #D5D5D5. Windows color (decimal): -4527190 or 11201466. OLE color: 11201466.
HSL color Cylindrical-coordinate representation of color #BAEBAA: hue angle of 105.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAEBAA is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 170 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.08 |
| HSL | 105.23º | 0.62% | 0.79% | - |
| HSV(B) | 105.23º | 0.28% | 0.92% | - |
| XYZ | 57.21 | 72.76 | 49.06 | - |
| YUV | 212.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 170 | 0.21 | 0 | 0.28 | 0.08 | 105.23 | 0.62 | 0.79 |
| Hex | BA | EB | AA | 15 | 0 | 1C | 8 | 69 | 3E | 4F |
| Octal | 272 | 353 | 252 | 25 | 0 | 34 | 10 | 151 | 76 | 117 |
| Binary | 10111010 | 11101011 | 10101010 | 10101 | 0 | 11100 | 1000 | 1101001 | 111110 | 1001111 |
Color Harmonies of #BAEBAA
Complementary color
Monochromatic Colors of #BAEBAA
Black with #BAEBAA
Text Example
Text Example
White with #BAEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBAA; }
p { color: rgb(186,235,170); }
H1.HeaderClassName
{
color: #BAEBAA;
}
.AnyTagClassName
{
color: #BAEBAA;
}
</style>
background-color css
<style>
a { background-color: #BAEBAA; }
a { background-color: rgb(186,235,170); }
div.DivClassName
{
background-color: #BAEBAA;
}
.BgClassName
{
background-color: #BAEBAA;
}
</style>
border-color css
<style>
span { border-color: #BAEBAA; }
span { border-color: rgb(186,235,170); }
td.TdClassName
{
border-color: #BAEBAA;
}
.TagClassName
{
border-color: #BAEBAA;
}
</style>