Shades of Madang #BAEEB4
Tints of Madang #BAEEB4
RGB
CMYK
RGB Variations
Color information
#BAEEB4 (or 0xBAEEB4) is known color: Madang. HEX triplet: BA, EE and B4. RGB value is (186,238,180). Sum of RGB (Red+Green+Blue) = 186+238+180=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEB4 is #45114B. Grayscale: #D8D8D8. Windows color (decimal): -4526412 or 11857594. OLE color: 11857594.
HSL color Cylindrical-coordinate representation of color #BAEEB4: hue angle of 113.79º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAEEB4 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 180 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.07 |
| HSL | 113.79º | 0.63% | 0.82% | - |
| HSV(B) | 113.79º | 0.24% | 0.93% | - |
| XYZ | 59.06 | 74.88 | 54.52 | - |
| YUV | 215.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 180 | 0.22 | 0 | 0.24 | 0.07 | 113.79 | 0.63 | 0.82 |
| Hex | BA | EE | B4 | 16 | 0 | 18 | 7 | 72 | 3F | 52 |
| Octal | 272 | 356 | 264 | 26 | 0 | 30 | 7 | 162 | 77 | 122 |
| Binary | 10111010 | 11101110 | 10110100 | 10110 | 0 | 11000 | 111 | 1110010 | 111111 | 1010010 |
Color Harmonies of #BAEEB4
Complementary color
Monochromatic Colors of #BAEEB4
Black with #BAEEB4
Text Example
Text Example
White with #BAEEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEB4; }
p { color: rgb(186,238,180); }
H1.HeaderClassName
{
color: #BAEEB4;
}
.AnyTagClassName
{
color: #BAEEB4;
}
</style>
background-color css
<style>
a { background-color: #BAEEB4; }
a { background-color: rgb(186,238,180); }
div.DivClassName
{
background-color: #BAEEB4;
}
.BgClassName
{
background-color: #BAEEB4;
}
</style>
border-color css
<style>
span { border-color: #BAEEB4; }
span { border-color: rgb(186,238,180); }
td.TdClassName
{
border-color: #BAEEB4;
}
.TagClassName
{
border-color: #BAEEB4;
}
</style>