Shades of Madang #BEF9A4
Tints of Madang #BEF9A4
RGB
CMYK
RGB Variations
Color information
#BEF9A4 (or 0xBEF9A4) is known color: Madang. HEX triplet: BE, F9 and A4. RGB value is (190,249,164). Sum of RGB (Red+Green+Blue) = 190+249+164=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF9A4 is #41065B. Grayscale: #DDDDDD. Windows color (decimal): -4261468 or 10811838. OLE color: 10811838.
HSL color Cylindrical-coordinate representation of color #BEF9A4: hue angle of 101.65º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEF9A4 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 164 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.02 |
| HSL | 101.65º | 0.88% | 0.81% | - |
| HSV(B) | 101.65º | 0.34% | 0.98% | - |
| XYZ | 61.81 | 81.38 | 47.57 | - |
| YUV | 221.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 164 | 0.24 | 0 | 0.34 | 0.02 | 101.65 | 0.88 | 0.81 |
| Hex | BE | F9 | A4 | 18 | 0 | 22 | 2 | 66 | 58 | 51 |
| Octal | 276 | 371 | 244 | 30 | 0 | 42 | 2 | 146 | 130 | 121 |
| Binary | 10111110 | 11111001 | 10100100 | 11000 | 0 | 100010 | 10 | 1100110 | 1011000 | 1010001 |
Color Harmonies of #BEF9A4
Complementary color
Monochromatic Colors of #BEF9A4
Black with #BEF9A4
Text Example
Text Example
White with #BEF9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF9A4; }
p { color: rgb(190,249,164); }
H1.HeaderClassName
{
color: #BEF9A4;
}
.AnyTagClassName
{
color: #BEF9A4;
}
</style>
background-color css
<style>
a { background-color: #BEF9A4; }
a { background-color: rgb(190,249,164); }
div.DivClassName
{
background-color: #BEF9A4;
}
.BgClassName
{
background-color: #BEF9A4;
}
</style>
border-color css
<style>
span { border-color: #BEF9A4; }
span { border-color: rgb(190,249,164); }
td.TdClassName
{
border-color: #BEF9A4;
}
.TagClassName
{
border-color: #BEF9A4;
}
</style>