Shades of Madang #BEEDA2
Tints of Madang #BEEDA2
RGB
CMYK
RGB Variations
Color information
#BEEDA2 (or 0xBEEDA2) is known color: Madang. HEX triplet: BE, ED and A2. RGB value is (190,237,162). Sum of RGB (Red+Green+Blue) = 190+237+162=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEDA2 is #41125D. Grayscale: #D6D6D6. Windows color (decimal): -4264542 or 10677694. OLE color: 10677694.
HSL color Cylindrical-coordinate representation of color #BEEDA2: hue angle of 97.6º 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 #BEEDA2 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 237 | 162 | - |
CMYK | 0.20 | 0 | 0.32 | 0.07 |
HSL | 97.6º | 0.68% | 0.78% | - |
HSV(B) | 97.6º | 0.32% | 0.93% | - |
XYZ | 58.04 | 74.12 | 45.43 | - |
YUV | 214.4 | 98.43 | 110.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 237 | 162 | 0.20 | 0 | 0.32 | 0.07 | 97.6 | 0.68 | 0.78 |
Hex | BE | ED | A2 | 14 | 0 | 20 | 7 | 62 | 44 | 4E |
Octal | 276 | 355 | 242 | 24 | 0 | 40 | 7 | 142 | 104 | 116 |
Binary | 10111110 | 11101101 | 10100010 | 10100 | 0 | 100000 | 111 | 1100010 | 1000100 | 1001110 |
Color Harmonies of #BEEDA2
Complementary color
Monochromatic Colors of #BEEDA2
Black with #BEEDA2
Text Example
Text Example
White with #BEEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDA2; }
p { color: rgb(190,237,162); }
H1.HeaderClassName
{
color: #BEEDA2;
}
.AnyTagClassName
{
color: #BEEDA2;
}
</style>
background-color css
<style>
a { background-color: #BEEDA2; }
a { background-color: rgb(190,237,162); }
div.DivClassName
{
background-color: #BEEDA2;
}
.BgClassName
{
background-color: #BEEDA2;
}
</style>
border-color css
<style>
span { border-color: #BEEDA2; }
span { border-color: rgb(190,237,162); }
td.TdClassName
{
border-color: #BEEDA2;
}
.TagClassName
{
border-color: #BEEDA2;
}
</style>