Shades of Madang #BEF6AA
Tints of Madang #BEF6AA
RGB
CMYK
RGB Variations
Color information
#BEF6AA (or 0xBEF6AA) is known color: Madang. HEX triplet: BE, F6 and AA. RGB value is (190,246,170). Sum of RGB (Red+Green+Blue) = 190+246+170=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF6AA is #410955. Grayscale: #DCDCDC. Windows color (decimal): -4262230 or 11204286. OLE color: 11204286.
HSL color Cylindrical-coordinate representation of color #BEF6AA: hue angle of 104.21º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEF6AA is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 170 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.04 |
| HSL | 104.21º | 0.81% | 0.82% | - |
| HSV(B) | 104.21º | 0.31% | 0.96% | - |
| XYZ | 61.45 | 79.76 | 50.19 | - |
| YUV | 220.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 170 | 0.23 | 0 | 0.31 | 0.04 | 104.21 | 0.81 | 0.82 |
| Hex | BE | F6 | AA | 17 | 0 | 1F | 4 | 68 | 51 | 52 |
| Octal | 276 | 366 | 252 | 27 | 0 | 37 | 4 | 150 | 121 | 122 |
| Binary | 10111110 | 11110110 | 10101010 | 10111 | 0 | 11111 | 100 | 1101000 | 1010001 | 1010010 |
Color Harmonies of #BEF6AA
Complementary color
Monochromatic Colors of #BEF6AA
Black with #BEF6AA
Text Example
Text Example
White with #BEF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6AA; }
p { color: rgb(190,246,170); }
H1.HeaderClassName
{
color: #BEF6AA;
}
.AnyTagClassName
{
color: #BEF6AA;
}
</style>
background-color css
<style>
a { background-color: #BEF6AA; }
a { background-color: rgb(190,246,170); }
div.DivClassName
{
background-color: #BEF6AA;
}
.BgClassName
{
background-color: #BEF6AA;
}
</style>
border-color css
<style>
span { border-color: #BEF6AA; }
span { border-color: rgb(190,246,170); }
td.TdClassName
{
border-color: #BEF6AA;
}
.TagClassName
{
border-color: #BEF6AA;
}
</style>