Shades of Madang #BFEBAC
Tints of Madang #BFEBAC
RGB
CMYK
RGB Variations
Color information
#BFEBAC (or 0xBFEBAC) is known color: Madang. HEX triplet: BF, EB and AC. RGB value is (191,235,172). Sum of RGB (Red+Green+Blue) = 191+235+172=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBAC is #401453. Grayscale: #D6D6D6. Windows color (decimal): -4199508 or 11332543. OLE color: 11332543.
HSL color Cylindrical-coordinate representation of color #BFEBAC: hue angle of 101.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFEBAC is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 172 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.08 |
| HSL | 101.9º | 0.61% | 0.8% | - |
| HSV(B) | 101.9º | 0.27% | 0.92% | - |
| XYZ | 58.64 | 73.47 | 50.12 | - |
| YUV | 214.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 172 | 0.19 | 0 | 0.27 | 0.08 | 101.9 | 0.61 | 0.8 |
| Hex | BF | EB | AC | 13 | 0 | 1B | 8 | 66 | 3D | 50 |
| Octal | 277 | 353 | 254 | 23 | 0 | 33 | 10 | 146 | 75 | 120 |
| Binary | 10111111 | 11101011 | 10101100 | 10011 | 0 | 11011 | 1000 | 1100110 | 111101 | 1010000 |
Color Harmonies of #BFEBAC
Complementary color
Monochromatic Colors of #BFEBAC
Black with #BFEBAC
Text Example
Text Example
White with #BFEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBAC; }
p { color: rgb(191,235,172); }
H1.HeaderClassName
{
color: #BFEBAC;
}
.AnyTagClassName
{
color: #BFEBAC;
}
</style>
background-color css
<style>
a { background-color: #BFEBAC; }
a { background-color: rgb(191,235,172); }
div.DivClassName
{
background-color: #BFEBAC;
}
.BgClassName
{
background-color: #BFEBAC;
}
</style>
border-color css
<style>
span { border-color: #BFEBAC; }
span { border-color: rgb(191,235,172); }
td.TdClassName
{
border-color: #BFEBAC;
}
.TagClassName
{
border-color: #BFEBAC;
}
</style>