Shades of Madang #BFE3AF
Tints of Madang #BFE3AF
RGB
CMYK
RGB Variations
Color information
#BFE3AF (or 0xBFE3AF) is known color: Madang. HEX triplet: BF, E3 and AF. RGB value is (191,227,175). Sum of RGB (Red+Green+Blue) = 191+227+175=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE3AF is #401C50. Grayscale: #D2D2D2. Windows color (decimal): -4201553 or 11527103. OLE color: 11527103.
HSL color Cylindrical-coordinate representation of color #BFE3AF: hue angle of 101.54º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFE3AF is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 175 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.11 |
| HSL | 101.54º | 0.48% | 0.79% | - |
| HSV(B) | 101.54º | 0.23% | 0.89% | - |
| XYZ | 56.69 | 69.11 | 50.91 | - |
| YUV | 210.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 175 | 0.16 | 0 | 0.23 | 0.11 | 101.54 | 0.48 | 0.79 |
| Hex | BF | E3 | AF | 10 | 0 | 17 | B | 66 | 30 | 4F |
| Octal | 277 | 343 | 257 | 20 | 0 | 27 | 13 | 146 | 60 | 117 |
| Binary | 10111111 | 11100011 | 10101111 | 10000 | 0 | 10111 | 1011 | 1100110 | 110000 | 1001111 |
Color Harmonies of #BFE3AF
Complementary color
Monochromatic Colors of #BFE3AF
Black with #BFE3AF
Text Example
Text Example
White with #BFE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3AF; }
p { color: rgb(191,227,175); }
H1.HeaderClassName
{
color: #BFE3AF;
}
.AnyTagClassName
{
color: #BFE3AF;
}
</style>
background-color css
<style>
a { background-color: #BFE3AF; }
a { background-color: rgb(191,227,175); }
div.DivClassName
{
background-color: #BFE3AF;
}
.BgClassName
{
background-color: #BFE3AF;
}
</style>
border-color css
<style>
span { border-color: #BFE3AF; }
span { border-color: rgb(191,227,175); }
td.TdClassName
{
border-color: #BFE3AF;
}
.TagClassName
{
border-color: #BFE3AF;
}
</style>