Shades of Madang #BEECAA
Tints of Madang #BEECAA
RGB
CMYK
RGB Variations
Color information
#BEECAA (or 0xBEECAA) is known color: Madang. HEX triplet: BE, EC and AA. RGB value is (190,236,170). Sum of RGB (Red+Green+Blue) = 190+236+170=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEECAA is #411355. Grayscale: #D6D6D6. Windows color (decimal): -4264790 or 11201726. OLE color: 11201726.
HSL color Cylindrical-coordinate representation of color #BEECAA: hue angle of 101.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEECAA is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 170 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.07 |
| HSL | 101.82º | 0.63% | 0.8% | - |
| HSV(B) | 101.82º | 0.28% | 0.93% | - |
| XYZ | 58.49 | 73.84 | 49.2 | - |
| YUV | 214.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 170 | 0.19 | 0 | 0.28 | 0.07 | 101.82 | 0.63 | 0.8 |
| Hex | BE | EC | AA | 13 | 0 | 1C | 7 | 66 | 3F | 50 |
| Octal | 276 | 354 | 252 | 23 | 0 | 34 | 7 | 146 | 77 | 120 |
| Binary | 10111110 | 11101100 | 10101010 | 10011 | 0 | 11100 | 111 | 1100110 | 111111 | 1010000 |
Color Harmonies of #BEECAA
Complementary color
Monochromatic Colors of #BEECAA
Black with #BEECAA
Text Example
Text Example
White with #BEECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECAA; }
p { color: rgb(190,236,170); }
H1.HeaderClassName
{
color: #BEECAA;
}
.AnyTagClassName
{
color: #BEECAA;
}
</style>
background-color css
<style>
a { background-color: #BEECAA; }
a { background-color: rgb(190,236,170); }
div.DivClassName
{
background-color: #BEECAA;
}
.BgClassName
{
background-color: #BEECAA;
}
</style>
border-color css
<style>
span { border-color: #BEECAA; }
span { border-color: rgb(190,236,170); }
td.TdClassName
{
border-color: #BEECAA;
}
.TagClassName
{
border-color: #BEECAA;
}
</style>