Shades of Madang #BFE8AA
Tints of Madang #BFE8AA
RGB
CMYK
RGB Variations
Color information
#BFE8AA (or 0xBFE8AA) is known color: Madang. HEX triplet: BF, E8 and AA. RGB value is (191,232,170). Sum of RGB (Red+Green+Blue) = 191+232+170=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE8AA is #401755. Grayscale: #D4D4D4. Windows color (decimal): -4200278 or 11200703. OLE color: 11200703.
HSL color Cylindrical-coordinate representation of color #BFE8AA: hue angle of 99.68º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFE8AA is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 170 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.09 |
| HSL | 99.68º | 0.57% | 0.79% | - |
| HSV(B) | 99.68º | 0.27% | 0.91% | - |
| XYZ | 57.6 | 71.69 | 48.83 | - |
| YUV | 212.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 170 | 0.18 | 0 | 0.27 | 0.09 | 99.68 | 0.57 | 0.79 |
| Hex | BF | E8 | AA | 12 | 0 | 1B | 9 | 64 | 39 | 4F |
| Octal | 277 | 350 | 252 | 22 | 0 | 33 | 11 | 144 | 71 | 117 |
| Binary | 10111111 | 11101000 | 10101010 | 10010 | 0 | 11011 | 1001 | 1100100 | 111001 | 1001111 |
Color Harmonies of #BFE8AA
Complementary color
Monochromatic Colors of #BFE8AA
Black with #BFE8AA
Text Example
Text Example
White with #BFE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8AA; }
p { color: rgb(191,232,170); }
H1.HeaderClassName
{
color: #BFE8AA;
}
.AnyTagClassName
{
color: #BFE8AA;
}
</style>
background-color css
<style>
a { background-color: #BFE8AA; }
a { background-color: rgb(191,232,170); }
div.DivClassName
{
background-color: #BFE8AA;
}
.BgClassName
{
background-color: #BFE8AA;
}
</style>
border-color css
<style>
span { border-color: #BFE8AA; }
span { border-color: rgb(191,232,170); }
td.TdClassName
{
border-color: #BFE8AA;
}
.TagClassName
{
border-color: #BFE8AA;
}
</style>