Shades of Madang #BEFFAA
Tints of Madang #BEFFAA
RGB
CMYK
RGB Variations
Color information
#BEFFAA (or 0xBEFFAA) is known color: Madang. HEX triplet: BE, FF and AA. RGB value is (190,255,170). Sum of RGB (Red+Green+Blue) = 190+255+170=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFAA is #410055. Grayscale: #E2E2E2. Windows color (decimal): -4259926 or 11206590. OLE color: 11206590.
HSL color Cylindrical-coordinate representation of color #BEFFAA: hue angle of 105.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEFFAA is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 170 | - |
| CMYK | 0.25 | 0 | 0.33 | 0 |
| HSL | 105.88º | 1% | 0.83% | - |
| HSV(B) | 105.88º | 0.33% | 1% | - |
| XYZ | 64.25 | 85.37 | 51.12 | - |
| YUV | 225.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 170 | 0.25 | 0 | 0.33 | 0 | 105.88 | 1 | 0.83 |
| Hex | BE | FF | AA | 19 | 0 | 21 | 0 | 6A | 64 | 53 |
| Octal | 276 | 377 | 252 | 31 | 0 | 41 | 0 | 152 | 144 | 123 |
| Binary | 10111110 | 11111111 | 10101010 | 11001 | 0 | 100001 | 0 | 1101010 | 1100100 | 1010011 |
Color Harmonies of #BEFFAA
Complementary color
Monochromatic Colors of #BEFFAA
Black with #BEFFAA
Text Example
Text Example
White with #BEFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFAA; }
p { color: rgb(190,255,170); }
H1.HeaderClassName
{
color: #BEFFAA;
}
.AnyTagClassName
{
color: #BEFFAA;
}
</style>
background-color css
<style>
a { background-color: #BEFFAA; }
a { background-color: rgb(190,255,170); }
div.DivClassName
{
background-color: #BEFFAA;
}
.BgClassName
{
background-color: #BEFFAA;
}
</style>
border-color css
<style>
span { border-color: #BEFFAA; }
span { border-color: rgb(190,255,170); }
td.TdClassName
{
border-color: #BEFFAA;
}
.TagClassName
{
border-color: #BEFFAA;
}
</style>