Shades of Madang #BFE8AC
Tints of Madang #BFE8AC
RGB
CMYK
RGB Variations
Color information
#BFE8AC (or 0xBFE8AC) is known color: Madang. HEX triplet: BF, E8 and AC. RGB value is (191,232,172). Sum of RGB (Red+Green+Blue) = 191+232+172=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE8AC is #401753. Grayscale: #D5D5D5. Windows color (decimal): -4200276 or 11331775. OLE color: 11331775.
HSL color Cylindrical-coordinate representation of color #BFE8AC: hue angle of 101º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFE8AC is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 172 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.09 |
| HSL | 101º | 0.57% | 0.79% | - |
| HSV(B) | 101º | 0.26% | 0.91% | - |
| XYZ | 57.79 | 71.77 | 49.84 | - |
| YUV | 212.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 172 | 0.18 | 0 | 0.26 | 0.09 | 101 | 0.57 | 0.79 |
| Hex | BF | E8 | AC | 12 | 0 | 1A | 9 | 65 | 39 | 4F |
| Octal | 277 | 350 | 254 | 22 | 0 | 32 | 11 | 145 | 71 | 117 |
| Binary | 10111111 | 11101000 | 10101100 | 10010 | 0 | 11010 | 1001 | 1100101 | 111001 | 1001111 |
Color Harmonies of #BFE8AC
Complementary color
Monochromatic Colors of #BFE8AC
Black with #BFE8AC
Text Example
Text Example
White with #BFE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8AC; }
p { color: rgb(191,232,172); }
H1.HeaderClassName
{
color: #BFE8AC;
}
.AnyTagClassName
{
color: #BFE8AC;
}
</style>
background-color css
<style>
a { background-color: #BFE8AC; }
a { background-color: rgb(191,232,172); }
div.DivClassName
{
background-color: #BFE8AC;
}
.BgClassName
{
background-color: #BFE8AC;
}
</style>
border-color css
<style>
span { border-color: #BFE8AC; }
span { border-color: rgb(191,232,172); }
td.TdClassName
{
border-color: #BFE8AC;
}
.TagClassName
{
border-color: #BFE8AC;
}
</style>