Shades of Madang #BFEEAA
Tints of Madang #BFEEAA
RGB
CMYK
RGB Variations
Color information
#BFEEAA (or 0xBFEEAA) is known color: Madang. HEX triplet: BF, EE and AA. RGB value is (191,238,170). Sum of RGB (Red+Green+Blue) = 191+238+170=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEEAA is #401155. Grayscale: #D8D8D8. Windows color (decimal): -4198742 or 11202239. OLE color: 11202239.
HSL color Cylindrical-coordinate representation of color #BFEEAA: hue angle of 101.47º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFEEAA is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 170 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.07 |
| HSL | 101.47º | 0.67% | 0.8% | - |
| HSV(B) | 101.47º | 0.29% | 0.93% | - |
| XYZ | 59.32 | 75.13 | 49.41 | - |
| YUV | 216.2 | 101.93 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 170 | 0.20 | 0 | 0.29 | 0.07 | 101.47 | 0.67 | 0.8 |
| Hex | BF | EE | AA | 14 | 0 | 1D | 7 | 65 | 43 | 50 |
| Octal | 277 | 356 | 252 | 24 | 0 | 35 | 7 | 145 | 103 | 120 |
| Binary | 10111111 | 11101110 | 10101010 | 10100 | 0 | 11101 | 111 | 1100101 | 1000011 | 1010000 |
Color Harmonies of #BFEEAA
Complementary color
Monochromatic Colors of #BFEEAA
Black with #BFEEAA
Text Example
Text Example
White with #BFEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEAA; }
p { color: rgb(191,238,170); }
H1.HeaderClassName
{
color: #BFEEAA;
}
.AnyTagClassName
{
color: #BFEEAA;
}
</style>
background-color css
<style>
a { background-color: #BFEEAA; }
a { background-color: rgb(191,238,170); }
div.DivClassName
{
background-color: #BFEEAA;
}
.BgClassName
{
background-color: #BFEEAA;
}
</style>
border-color css
<style>
span { border-color: #BFEEAA; }
span { border-color: rgb(191,238,170); }
td.TdClassName
{
border-color: #BFEEAA;
}
.TagClassName
{
border-color: #BFEEAA;
}
</style>