Shades of Madang #BEECAF
Tints of Madang #BEECAF
RGB
CMYK
RGB Variations
Color information
#BEECAF (or 0xBEECAF) is known color: Madang. HEX triplet: BE, EC and AF. RGB value is (190,236,175). Sum of RGB (Red+Green+Blue) = 190+236+175=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEECAF is #411350. Grayscale: #D7D7D7. Windows color (decimal): -4264785 or 11529406. OLE color: 11529406.
HSL color Cylindrical-coordinate representation of color #BEECAF: hue angle of 105.25º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEECAF is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 175 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.07 |
| HSL | 105.25º | 0.62% | 0.81% | - |
| HSV(B) | 105.25º | 0.26% | 0.93% | - |
| XYZ | 58.97 | 74.03 | 51.74 | - |
| YUV | 215.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 175 | 0.19 | 0 | 0.26 | 0.07 | 105.25 | 0.62 | 0.81 |
| Hex | BE | EC | AF | 13 | 0 | 1A | 7 | 69 | 3E | 51 |
| Octal | 276 | 354 | 257 | 23 | 0 | 32 | 7 | 151 | 76 | 121 |
| Binary | 10111110 | 11101100 | 10101111 | 10011 | 0 | 11010 | 111 | 1101001 | 111110 | 1010001 |
Color Harmonies of #BEECAF
Complementary color
Monochromatic Colors of #BEECAF
Black with #BEECAF
Text Example
Text Example
White with #BEECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECAF; }
p { color: rgb(190,236,175); }
H1.HeaderClassName
{
color: #BEECAF;
}
.AnyTagClassName
{
color: #BEECAF;
}
</style>
background-color css
<style>
a { background-color: #BEECAF; }
a { background-color: rgb(190,236,175); }
div.DivClassName
{
background-color: #BEECAF;
}
.BgClassName
{
background-color: #BEECAF;
}
</style>
border-color css
<style>
span { border-color: #BEECAF; }
span { border-color: rgb(190,236,175); }
td.TdClassName
{
border-color: #BEECAF;
}
.TagClassName
{
border-color: #BEECAF;
}
</style>