Shades of Madang #BEFFAF
Tints of Madang #BEFFAF
RGB
CMYK
RGB Variations
Color information
#BEFFAF (or 0xBEFFAF) is known color: Madang. HEX triplet: BE, FF and AF. RGB value is (190,255,175). Sum of RGB (Red+Green+Blue) = 190+255+175=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFAF is #410050. Grayscale: #E2E2E2. Windows color (decimal): -4259921 or 11534270. OLE color: 11534270.
HSL color Cylindrical-coordinate representation of color #BEFFAF: hue angle of 108.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEFFAF is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 175 | - |
| CMYK | 0.25 | 0 | 0.31 | 0 |
| HSL | 108.75º | 1% | 0.84% | - |
| HSV(B) | 108.75º | 0.31% | 1% | - |
| XYZ | 64.73 | 85.56 | 53.66 | - |
| YUV | 226.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 175 | 0.25 | 0 | 0.31 | 0 | 108.75 | 1 | 0.84 |
| Hex | BE | FF | AF | 19 | 0 | 1F | 0 | 6D | 64 | 54 |
| Octal | 276 | 377 | 257 | 31 | 0 | 37 | 0 | 155 | 144 | 124 |
| Binary | 10111110 | 11111111 | 10101111 | 11001 | 0 | 11111 | 0 | 1101101 | 1100100 | 1010100 |
Color Harmonies of #BEFFAF
Complementary color
Monochromatic Colors of #BEFFAF
Black with #BEFFAF
Text Example
Text Example
White with #BEFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFAF; }
p { color: rgb(190,255,175); }
H1.HeaderClassName
{
color: #BEFFAF;
}
.AnyTagClassName
{
color: #BEFFAF;
}
</style>
background-color css
<style>
a { background-color: #BEFFAF; }
a { background-color: rgb(190,255,175); }
div.DivClassName
{
background-color: #BEFFAF;
}
.BgClassName
{
background-color: #BEFFAF;
}
</style>
border-color css
<style>
span { border-color: #BEFFAF; }
span { border-color: rgb(190,255,175); }
td.TdClassName
{
border-color: #BEFFAF;
}
.TagClassName
{
border-color: #BEFFAF;
}
</style>