Shades of Madang #BEEDA1
Tints of Madang #BEEDA1
RGB
CMYK
RGB Variations
Color information
#BEEDA1 (or 0xBEEDA1) is known color: Madang. HEX triplet: BE, ED and A1. RGB value is (190,237,161). Sum of RGB (Red+Green+Blue) = 190+237+161=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEDA1 is #41125E. Grayscale: #D6D6D6. Windows color (decimal): -4264543 or 10612158. OLE color: 10612158.
HSL color Cylindrical-coordinate representation of color #BEEDA1: hue angle of 97.11º 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 #BEEDA1 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 237 | 161 | - |
CMYK | 0.20 | 0 | 0.32 | 0.07 |
HSL | 97.11º | 0.68% | 0.78% | - |
HSV(B) | 97.11º | 0.32% | 0.93% | - |
XYZ | 57.95 | 74.09 | 44.96 | - |
YUV | 214.28 | 97.93 | 110.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 237 | 161 | 0.20 | 0 | 0.32 | 0.07 | 97.11 | 0.68 | 0.78 |
Hex | BE | ED | A1 | 14 | 0 | 20 | 7 | 61 | 44 | 4E |
Octal | 276 | 355 | 241 | 24 | 0 | 40 | 7 | 141 | 104 | 116 |
Binary | 10111110 | 11101101 | 10100001 | 10100 | 0 | 100000 | 111 | 1100001 | 1000100 | 1001110 |
Color Harmonies of #BEEDA1
Complementary color
Monochromatic Colors of #BEEDA1
Black with #BEEDA1
Text Example
Text Example
White with #BEEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDA1; }
p { color: rgb(190,237,161); }
H1.HeaderClassName
{
color: #BEEDA1;
}
.AnyTagClassName
{
color: #BEEDA1;
}
</style>
background-color css
<style>
a { background-color: #BEEDA1; }
a { background-color: rgb(190,237,161); }
div.DivClassName
{
background-color: #BEEDA1;
}
.BgClassName
{
background-color: #BEEDA1;
}
</style>
border-color css
<style>
span { border-color: #BEEDA1; }
span { border-color: rgb(190,237,161); }
td.TdClassName
{
border-color: #BEEDA1;
}
.TagClassName
{
border-color: #BEEDA1;
}
</style>