Shades of Madang #BEE6A2
Tints of Madang #BEE6A2
RGB
CMYK
RGB Variations
Color information
#BEE6A2 (or 0xBEE6A2) is known color: Madang. HEX triplet: BE, E6 and A2. RGB value is (190,230,162). Sum of RGB (Red+Green+Blue) = 190+230+162=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE6A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE6A2 is #41195D. Grayscale: #D2D2D2. Windows color (decimal): -4266334 or 10675902. OLE color: 10675902.
HSL color Cylindrical-coordinate representation of color #BEE6A2: hue angle of 95.29º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEE6A2 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 162 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.10 |
| HSL | 95.29º | 0.58% | 0.77% | - |
| HSV(B) | 95.29º | 0.3% | 0.9% | - |
| XYZ | 56.05 | 70.15 | 44.77 | - |
| YUV | 210.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 162 | 0.17 | 0 | 0.30 | 0.10 | 95.29 | 0.58 | 0.77 |
| Hex | BE | E6 | A2 | 11 | 0 | 1E | A | 5F | 3A | 4D |
| Octal | 276 | 346 | 242 | 21 | 0 | 36 | 12 | 137 | 72 | 115 |
| Binary | 10111110 | 11100110 | 10100010 | 10001 | 0 | 11110 | 1010 | 1011111 | 111010 | 1001101 |
Color Harmonies of #BEE6A2
Complementary color
Monochromatic Colors of #BEE6A2
Black with #BEE6A2
Text Example
Text Example
White with #BEE6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE6A2; }
p { color: rgb(190,230,162); }
H1.HeaderClassName
{
color: #BEE6A2;
}
.AnyTagClassName
{
color: #BEE6A2;
}
</style>
background-color css
<style>
a { background-color: #BEE6A2; }
a { background-color: rgb(190,230,162); }
div.DivClassName
{
background-color: #BEE6A2;
}
.BgClassName
{
background-color: #BEE6A2;
}
</style>
border-color css
<style>
span { border-color: #BEE6A2; }
span { border-color: rgb(190,230,162); }
td.TdClassName
{
border-color: #BEE6A2;
}
.TagClassName
{
border-color: #BEE6A2;
}
</style>