Shades of Madang #BFEBA5
Tints of Madang #BFEBA5
RGB
CMYK
RGB Variations
Color information
#BFEBA5 (or 0xBFEBA5) is known color: Madang. HEX triplet: BF, EB and A5. RGB value is (191,235,165). Sum of RGB (Red+Green+Blue) = 191+235+165=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBA5 is #40145A. Grayscale: #D6D6D6. Windows color (decimal): -4199515 or 10873791. OLE color: 10873791.
HSL color Cylindrical-coordinate representation of color #BFEBA5: hue angle of 97.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFEBA5 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 165 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.08 |
| HSL | 97.71º | 0.64% | 0.78% | - |
| HSV(B) | 97.71º | 0.3% | 0.92% | - |
| XYZ | 57.99 | 73.21 | 46.67 | - |
| YUV | 213.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 165 | 0.19 | 0 | 0.30 | 0.08 | 97.71 | 0.64 | 0.78 |
| Hex | BF | EB | A5 | 13 | 0 | 1E | 8 | 62 | 40 | 4E |
| Octal | 277 | 353 | 245 | 23 | 0 | 36 | 10 | 142 | 100 | 116 |
| Binary | 10111111 | 11101011 | 10100101 | 10011 | 0 | 11110 | 1000 | 1100010 | 1000000 | 1001110 |
Color Harmonies of #BFEBA5
Complementary color
Monochromatic Colors of #BFEBA5
Black with #BFEBA5
Text Example
Text Example
White with #BFEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBA5; }
p { color: rgb(191,235,165); }
H1.HeaderClassName
{
color: #BFEBA5;
}
.AnyTagClassName
{
color: #BFEBA5;
}
</style>
background-color css
<style>
a { background-color: #BFEBA5; }
a { background-color: rgb(191,235,165); }
div.DivClassName
{
background-color: #BFEBA5;
}
.BgClassName
{
background-color: #BFEBA5;
}
</style>
border-color css
<style>
span { border-color: #BFEBA5; }
span { border-color: rgb(191,235,165); }
td.TdClassName
{
border-color: #BFEBA5;
}
.TagClassName
{
border-color: #BFEBA5;
}
</style>