Shades of Madang #BEF8A7
Tints of Madang #BEF8A7
RGB
CMYK
RGB Variations
Color information
#BEF8A7 (or 0xBEF8A7) is known color: Madang. HEX triplet: BE, F8 and A7. RGB value is (190,248,167). Sum of RGB (Red+Green+Blue) = 190+248+167=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF8A7 is #410758. Grayscale: #DDDDDD. Windows color (decimal): -4261721 or 11008190. OLE color: 11008190.
HSL color Cylindrical-coordinate representation of color #BEF8A7: hue angle of 102.96º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEF8A7 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 167 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.03 |
| HSL | 102.96º | 0.85% | 0.81% | - |
| HSV(B) | 102.96º | 0.33% | 0.97% | - |
| XYZ | 61.78 | 80.87 | 48.91 | - |
| YUV | 221.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 167 | 0.23 | 0 | 0.33 | 0.03 | 102.96 | 0.85 | 0.81 |
| Hex | BE | F8 | A7 | 17 | 0 | 21 | 3 | 67 | 55 | 51 |
| Octal | 276 | 370 | 247 | 27 | 0 | 41 | 3 | 147 | 125 | 121 |
| Binary | 10111110 | 11111000 | 10100111 | 10111 | 0 | 100001 | 11 | 1100111 | 1010101 | 1010001 |
Color Harmonies of #BEF8A7
Complementary color
Monochromatic Colors of #BEF8A7
Black with #BEF8A7
Text Example
Text Example
White with #BEF8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8A7; }
p { color: rgb(190,248,167); }
H1.HeaderClassName
{
color: #BEF8A7;
}
.AnyTagClassName
{
color: #BEF8A7;
}
</style>
background-color css
<style>
a { background-color: #BEF8A7; }
a { background-color: rgb(190,248,167); }
div.DivClassName
{
background-color: #BEF8A7;
}
.BgClassName
{
background-color: #BEF8A7;
}
</style>
border-color css
<style>
span { border-color: #BEF8A7; }
span { border-color: rgb(190,248,167); }
td.TdClassName
{
border-color: #BEF8A7;
}
.TagClassName
{
border-color: #BEF8A7;
}
</style>