Shades of Madang #BEF6AC
Tints of Madang #BEF6AC
RGB
CMYK
RGB Variations
Color information
#BEF6AC (or 0xBEF6AC) is known color: Madang. HEX triplet: BE, F6 and AC. RGB value is (190,246,172). Sum of RGB (Red+Green+Blue) = 190+246+172=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF6AC is #410953. Grayscale: #DDDDDD. Windows color (decimal): -4262228 or 11335358. OLE color: 11335358.
HSL color Cylindrical-coordinate representation of color #BEF6AC: hue angle of 105.41º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEF6AC is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 172 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.04 |
| HSL | 105.41º | 0.8% | 0.82% | - |
| HSV(B) | 105.41º | 0.3% | 0.96% | - |
| XYZ | 61.64 | 79.84 | 51.19 | - |
| YUV | 220.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 172 | 0.23 | 0 | 0.30 | 0.04 | 105.41 | 0.8 | 0.82 |
| Hex | BE | F6 | AC | 17 | 0 | 1E | 4 | 69 | 50 | 52 |
| Octal | 276 | 366 | 254 | 27 | 0 | 36 | 4 | 151 | 120 | 122 |
| Binary | 10111110 | 11110110 | 10101100 | 10111 | 0 | 11110 | 100 | 1101001 | 1010000 | 1010010 |
Color Harmonies of #BEF6AC
Complementary color
Monochromatic Colors of #BEF6AC
Black with #BEF6AC
Text Example
Text Example
White with #BEF6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6AC; }
p { color: rgb(190,246,172); }
H1.HeaderClassName
{
color: #BEF6AC;
}
.AnyTagClassName
{
color: #BEF6AC;
}
</style>
background-color css
<style>
a { background-color: #BEF6AC; }
a { background-color: rgb(190,246,172); }
div.DivClassName
{
background-color: #BEF6AC;
}
.BgClassName
{
background-color: #BEF6AC;
}
</style>
border-color css
<style>
span { border-color: #BEF6AC; }
span { border-color: rgb(190,246,172); }
td.TdClassName
{
border-color: #BEF6AC;
}
.TagClassName
{
border-color: #BEF6AC;
}
</style>