Shades of Madang #BEF8AD
Tints of Madang #BEF8AD
RGB
CMYK
RGB Variations
Color information
#BEF8AD (or 0xBEF8AD) is known color: Madang. HEX triplet: BE, F8 and AD. RGB value is (190,248,173). Sum of RGB (Red+Green+Blue) = 190+248+173=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF8AD is #410752. Grayscale: #DEDEDE. Windows color (decimal): -4261715 or 11401406. OLE color: 11401406.
HSL color Cylindrical-coordinate representation of color #BEF8AD: hue angle of 106.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEF8AD is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 173 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.03 |
| HSL | 106.4º | 0.84% | 0.83% | - |
| HSV(B) | 106.4º | 0.3% | 0.97% | - |
| XYZ | 62.35 | 81.1 | 51.9 | - |
| YUV | 222.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 173 | 0.23 | 0 | 0.30 | 0.03 | 106.4 | 0.84 | 0.83 |
| Hex | BE | F8 | AD | 17 | 0 | 1E | 3 | 6A | 54 | 53 |
| Octal | 276 | 370 | 255 | 27 | 0 | 36 | 3 | 152 | 124 | 123 |
| Binary | 10111110 | 11111000 | 10101101 | 10111 | 0 | 11110 | 11 | 1101010 | 1010100 | 1010011 |
Color Harmonies of #BEF8AD
Complementary color
Monochromatic Colors of #BEF8AD
Black with #BEF8AD
Text Example
Text Example
White with #BEF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8AD; }
p { color: rgb(190,248,173); }
H1.HeaderClassName
{
color: #BEF8AD;
}
.AnyTagClassName
{
color: #BEF8AD;
}
</style>
background-color css
<style>
a { background-color: #BEF8AD; }
a { background-color: rgb(190,248,173); }
div.DivClassName
{
background-color: #BEF8AD;
}
.BgClassName
{
background-color: #BEF8AD;
}
</style>
border-color css
<style>
span { border-color: #BEF8AD; }
span { border-color: rgb(190,248,173); }
td.TdClassName
{
border-color: #BEF8AD;
}
.TagClassName
{
border-color: #BEF8AD;
}
</style>