Shades of Madang #BEEDAC
Tints of Madang #BEEDAC
RGB
CMYK
RGB Variations
Color information
#BEEDAC (or 0xBEEDAC) is known color: Madang. HEX triplet: BE, ED and AC. RGB value is (190,237,172). Sum of RGB (Red+Green+Blue) = 190+237+172=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEDAC is #411253. Grayscale: #D7D7D7. Windows color (decimal): -4264532 or 11333054. OLE color: 11333054.
HSL color Cylindrical-coordinate representation of color #BEEDAC: hue angle of 103.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEEDAC is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 172 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.07 |
| HSL | 103.38º | 0.64% | 0.8% | - |
| HSV(B) | 103.38º | 0.27% | 0.93% | - |
| XYZ | 58.97 | 74.49 | 50.3 | - |
| YUV | 215.54 | 103.43 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 172 | 0.20 | 0 | 0.27 | 0.07 | 103.38 | 0.64 | 0.8 |
| Hex | BE | ED | AC | 14 | 0 | 1B | 7 | 67 | 40 | 50 |
| Octal | 276 | 355 | 254 | 24 | 0 | 33 | 7 | 147 | 100 | 120 |
| Binary | 10111110 | 11101101 | 10101100 | 10100 | 0 | 11011 | 111 | 1100111 | 1000000 | 1010000 |
Color Harmonies of #BEEDAC
Complementary color
Monochromatic Colors of #BEEDAC
Black with #BEEDAC
Text Example
Text Example
White with #BEEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDAC; }
p { color: rgb(190,237,172); }
H1.HeaderClassName
{
color: #BEEDAC;
}
.AnyTagClassName
{
color: #BEEDAC;
}
</style>
background-color css
<style>
a { background-color: #BEEDAC; }
a { background-color: rgb(190,237,172); }
div.DivClassName
{
background-color: #BEEDAC;
}
.BgClassName
{
background-color: #BEEDAC;
}
</style>
border-color css
<style>
span { border-color: #BEEDAC; }
span { border-color: rgb(190,237,172); }
td.TdClassName
{
border-color: #BEEDAC;
}
.TagClassName
{
border-color: #BEEDAC;
}
</style>