Shades of Madang #BEFBAF
Tints of Madang #BEFBAF
RGB
CMYK
RGB Variations
Color information
#BEFBAF (or 0xBEFBAF) is known color: Madang. HEX triplet: BE, FB and AF. RGB value is (190,251,175). Sum of RGB (Red+Green+Blue) = 190+251+175=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFBAF is #410450. Grayscale: #E0E0E0. Windows color (decimal): -4260945 or 11533246. OLE color: 11533246.
HSL color Cylindrical-coordinate representation of color #BEFBAF: hue angle of 108.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEFBAF is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 175 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.02 |
| HSL | 108.16º | 0.9% | 0.84% | - |
| HSV(B) | 108.16º | 0.3% | 0.98% | - |
| XYZ | 63.47 | 83.04 | 53.24 | - |
| YUV | 224.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 175 | 0.24 | 0 | 0.30 | 0.02 | 108.16 | 0.9 | 0.84 |
| Hex | BE | FB | AF | 18 | 0 | 1E | 2 | 6C | 5A | 54 |
| Octal | 276 | 373 | 257 | 30 | 0 | 36 | 2 | 154 | 132 | 124 |
| Binary | 10111110 | 11111011 | 10101111 | 11000 | 0 | 11110 | 10 | 1101100 | 1011010 | 1010100 |
Color Harmonies of #BEFBAF
Complementary color
Monochromatic Colors of #BEFBAF
Black with #BEFBAF
Text Example
Text Example
White with #BEFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFBAF; }
p { color: rgb(190,251,175); }
H1.HeaderClassName
{
color: #BEFBAF;
}
.AnyTagClassName
{
color: #BEFBAF;
}
</style>
background-color css
<style>
a { background-color: #BEFBAF; }
a { background-color: rgb(190,251,175); }
div.DivClassName
{
background-color: #BEFBAF;
}
.BgClassName
{
background-color: #BEFBAF;
}
</style>
border-color css
<style>
span { border-color: #BEFBAF; }
span { border-color: rgb(190,251,175); }
td.TdClassName
{
border-color: #BEFBAF;
}
.TagClassName
{
border-color: #BEFBAF;
}
</style>