Shades of Madang #BAEDA2
Tints of Madang #BAEDA2
RGB
CMYK
RGB Variations
Color information
#BAEDA2 (or 0xBAEDA2) is known color: Madang. HEX triplet: BA, ED and A2. RGB value is (186,237,162). Sum of RGB (Red+Green+Blue) = 186+237+162=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDA2 is #45125D. Grayscale: #D5D5D5. Windows color (decimal): -4526686 or 10677690. OLE color: 10677690.
HSL color Cylindrical-coordinate representation of color #BAEDA2: hue angle of 100.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAEDA2 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 186 | 237 | 162 | - |
CMYK | 0.22 | 0 | 0.32 | 0.07 |
HSL | 100.8º | 0.68% | 0.78% | - |
HSV(B) | 100.8º | 0.32% | 0.93% | - |
XYZ | 57.06 | 73.62 | 45.38 | - |
YUV | 213.2 | 99.1 | 108.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 237 | 162 | 0.22 | 0 | 0.32 | 0.07 | 100.8 | 0.68 | 0.78 |
Hex | BA | ED | A2 | 16 | 0 | 20 | 7 | 65 | 44 | 4E |
Octal | 272 | 355 | 242 | 26 | 0 | 40 | 7 | 145 | 104 | 116 |
Binary | 10111010 | 11101101 | 10100010 | 10110 | 0 | 100000 | 111 | 1100101 | 1000100 | 1001110 |
Color Harmonies of #BAEDA2
Complementary color
Monochromatic Colors of #BAEDA2
Black with #BAEDA2
Text Example
Text Example
White with #BAEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDA2; }
p { color: rgb(186,237,162); }
H1.HeaderClassName
{
color: #BAEDA2;
}
.AnyTagClassName
{
color: #BAEDA2;
}
</style>
background-color css
<style>
a { background-color: #BAEDA2; }
a { background-color: rgb(186,237,162); }
div.DivClassName
{
background-color: #BAEDA2;
}
.BgClassName
{
background-color: #BAEDA2;
}
</style>
border-color css
<style>
span { border-color: #BAEDA2; }
span { border-color: rgb(186,237,162); }
td.TdClassName
{
border-color: #BAEDA2;
}
.TagClassName
{
border-color: #BAEDA2;
}
</style>