Shades of Madang #BAEDB5
Tints of Madang #BAEDB5
RGB
CMYK
RGB Variations
Color information
#BAEDB5 (or 0xBAEDB5) is known color: Madang. HEX triplet: BA, ED and B5. RGB value is (186,237,181). Sum of RGB (Red+Green+Blue) = 186+237+181=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDB5 is #45124A. Grayscale: #D7D7D7. Windows color (decimal): -4526667 or 11922874. OLE color: 11922874.
HSL color Cylindrical-coordinate representation of color #BAEDB5: hue angle of 114.64º degrees, saturation: 0.61, 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 #BAEDB5 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 186 | 237 | 181 | - |
CMYK | 0.22 | 0 | 0.24 | 0.07 |
HSL | 114.64º | 0.61% | 0.82% | - |
HSV(B) | 114.64º | 0.24% | 0.93% | - |
XYZ | 58.87 | 74.34 | 54.96 | - |
YUV | 215.37 | 108.6 | 107.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 237 | 181 | 0.22 | 0 | 0.24 | 0.07 | 114.64 | 0.61 | 0.82 |
Hex | BA | ED | B5 | 16 | 0 | 18 | 7 | 73 | 3D | 52 |
Octal | 272 | 355 | 265 | 26 | 0 | 30 | 7 | 163 | 75 | 122 |
Binary | 10111010 | 11101101 | 10110101 | 10110 | 0 | 11000 | 111 | 1110011 | 111101 | 1010010 |
Color Harmonies of #BAEDB5
Complementary color
Monochromatic Colors of #BAEDB5
Black with #BAEDB5
Text Example
Text Example
White with #BAEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDB5; }
p { color: rgb(186,237,181); }
H1.HeaderClassName
{
color: #BAEDB5;
}
.AnyTagClassName
{
color: #BAEDB5;
}
</style>
background-color css
<style>
a { background-color: #BAEDB5; }
a { background-color: rgb(186,237,181); }
div.DivClassName
{
background-color: #BAEDB5;
}
.BgClassName
{
background-color: #BAEDB5;
}
</style>
border-color css
<style>
span { border-color: #BAEDB5; }
span { border-color: rgb(186,237,181); }
td.TdClassName
{
border-color: #BAEDB5;
}
.TagClassName
{
border-color: #BAEDB5;
}
</style>