Shades of Madang #BEF9AE
Tints of Madang #BEF9AE
RGB
CMYK
RGB Variations
Color information
#BEF9AE (or 0xBEF9AE) is known color: Madang. HEX triplet: BE, F9 and AE. RGB value is (190,249,174). Sum of RGB (Red+Green+Blue) = 190+249+174=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF9AE is #410651. Grayscale: #DFDFDF. Windows color (decimal): -4261458 or 11467198. OLE color: 11467198.
HSL color Cylindrical-coordinate representation of color #BEF9AE: hue angle of 107.2º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEF9AE is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 174 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.02 |
| HSL | 107.2º | 0.86% | 0.83% | - |
| HSV(B) | 107.2º | 0.3% | 0.98% | - |
| XYZ | 62.75 | 81.75 | 52.52 | - |
| YUV | 222.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 174 | 0.24 | 0 | 0.30 | 0.02 | 107.2 | 0.86 | 0.83 |
| Hex | BE | F9 | AE | 18 | 0 | 1E | 2 | 6B | 56 | 53 |
| Octal | 276 | 371 | 256 | 30 | 0 | 36 | 2 | 153 | 126 | 123 |
| Binary | 10111110 | 11111001 | 10101110 | 11000 | 0 | 11110 | 10 | 1101011 | 1010110 | 1010011 |
Color Harmonies of #BEF9AE
Complementary color
Monochromatic Colors of #BEF9AE
Black with #BEF9AE
Text Example
Text Example
White with #BEF9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF9AE; }
p { color: rgb(190,249,174); }
H1.HeaderClassName
{
color: #BEF9AE;
}
.AnyTagClassName
{
color: #BEF9AE;
}
</style>
background-color css
<style>
a { background-color: #BEF9AE; }
a { background-color: rgb(190,249,174); }
div.DivClassName
{
background-color: #BEF9AE;
}
.BgClassName
{
background-color: #BEF9AE;
}
</style>
border-color css
<style>
span { border-color: #BEF9AE; }
span { border-color: rgb(190,249,174); }
td.TdClassName
{
border-color: #BEF9AE;
}
.TagClassName
{
border-color: #BEF9AE;
}
</style>