Shades of Madang #BFEAA5
Tints of Madang #BFEAA5
RGB
CMYK
RGB Variations
Color information
#BFEAA5 (or 0xBFEAA5) is known color: Madang. HEX triplet: BF, EA and A5. RGB value is (191,234,165). Sum of RGB (Red+Green+Blue) = 191+234+165=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEAA5 is #40155A. Grayscale: #D5D5D5. Windows color (decimal): -4199771 or 10873535. OLE color: 10873535.
HSL color Cylindrical-coordinate representation of color #BFEAA5: hue angle of 97.39º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFEAA5 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 165 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.08 |
| HSL | 97.39º | 0.62% | 0.78% | - |
| HSV(B) | 97.39º | 0.29% | 0.92% | - |
| XYZ | 57.7 | 72.64 | 46.58 | - |
| YUV | 213.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 165 | 0.18 | 0 | 0.29 | 0.08 | 97.39 | 0.62 | 0.78 |
| Hex | BF | EA | A5 | 12 | 0 | 1D | 8 | 61 | 3E | 4E |
| Octal | 277 | 352 | 245 | 22 | 0 | 35 | 10 | 141 | 76 | 116 |
| Binary | 10111111 | 11101010 | 10100101 | 10010 | 0 | 11101 | 1000 | 1100001 | 111110 | 1001110 |
Color Harmonies of #BFEAA5
Complementary color
Monochromatic Colors of #BFEAA5
Black with #BFEAA5
Text Example
Text Example
White with #BFEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAA5; }
p { color: rgb(191,234,165); }
H1.HeaderClassName
{
color: #BFEAA5;
}
.AnyTagClassName
{
color: #BFEAA5;
}
</style>
background-color css
<style>
a { background-color: #BFEAA5; }
a { background-color: rgb(191,234,165); }
div.DivClassName
{
background-color: #BFEAA5;
}
.BgClassName
{
background-color: #BFEAA5;
}
</style>
border-color css
<style>
span { border-color: #BFEAA5; }
span { border-color: rgb(191,234,165); }
td.TdClassName
{
border-color: #BFEAA5;
}
.TagClassName
{
border-color: #BFEAA5;
}
</style>