Shades of Madang #BFE5A8
Tints of Madang #BFE5A8
RGB
CMYK
RGB Variations
Color information
#BFE5A8 (or 0xBFE5A8) is known color: Madang. HEX triplet: BF, E5 and A8. RGB value is (191,229,168). Sum of RGB (Red+Green+Blue) = 191+229+168=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE5A8 is #401A57. Grayscale: #D2D2D2. Windows color (decimal): -4201048 or 11068863. OLE color: 11068863.
HSL color Cylindrical-coordinate representation of color #BFE5A8: hue angle of 97.38º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFE5A8 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 168 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.10 |
| HSL | 97.38º | 0.54% | 0.78% | - |
| HSV(B) | 97.38º | 0.27% | 0.9% | - |
| XYZ | 56.57 | 69.94 | 47.56 | - |
| YUV | 210.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 168 | 0.17 | 0 | 0.27 | 0.10 | 97.38 | 0.54 | 0.78 |
| Hex | BF | E5 | A8 | 11 | 0 | 1B | A | 61 | 36 | 4E |
| Octal | 277 | 345 | 250 | 21 | 0 | 33 | 12 | 141 | 66 | 116 |
| Binary | 10111111 | 11100101 | 10101000 | 10001 | 0 | 11011 | 1010 | 1100001 | 110110 | 1001110 |
Color Harmonies of #BFE5A8
Complementary color
Monochromatic Colors of #BFE5A8
Black with #BFE5A8
Text Example
Text Example
White with #BFE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5A8; }
p { color: rgb(191,229,168); }
H1.HeaderClassName
{
color: #BFE5A8;
}
.AnyTagClassName
{
color: #BFE5A8;
}
</style>
background-color css
<style>
a { background-color: #BFE5A8; }
a { background-color: rgb(191,229,168); }
div.DivClassName
{
background-color: #BFE5A8;
}
.BgClassName
{
background-color: #BFE5A8;
}
</style>
border-color css
<style>
span { border-color: #BFE5A8; }
span { border-color: rgb(191,229,168); }
td.TdClassName
{
border-color: #BFE5A8;
}
.TagClassName
{
border-color: #BFE5A8;
}
</style>