Shades of Madang #BFEBAB
Tints of Madang #BFEBAB
RGB
CMYK
RGB Variations
Color information
#BFEBAB (or 0xBFEBAB) is known color: Madang. HEX triplet: BF, EB and AB. RGB value is (191,235,171). Sum of RGB (Red+Green+Blue) = 191+235+171=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBAB is #401454. Grayscale: #D6D6D6. Windows color (decimal): -4199509 or 11267007. OLE color: 11267007.
HSL color Cylindrical-coordinate representation of color #BFEBAB: hue angle of 101.25º degrees, saturation: 0.62, 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 #BFEBAB is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 171 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.08 |
| HSL | 101.25º | 0.62% | 0.8% | - |
| HSV(B) | 101.25º | 0.27% | 0.92% | - |
| XYZ | 58.54 | 73.43 | 49.62 | - |
| YUV | 214.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 171 | 0.19 | 0 | 0.27 | 0.08 | 101.25 | 0.62 | 0.8 |
| Hex | BF | EB | AB | 13 | 0 | 1B | 8 | 65 | 3E | 50 |
| Octal | 277 | 353 | 253 | 23 | 0 | 33 | 10 | 145 | 76 | 120 |
| Binary | 10111111 | 11101011 | 10101011 | 10011 | 0 | 11011 | 1000 | 1100101 | 111110 | 1010000 |
Color Harmonies of #BFEBAB
Complementary color
Monochromatic Colors of #BFEBAB
Black with #BFEBAB
Text Example
Text Example
White with #BFEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBAB; }
p { color: rgb(191,235,171); }
H1.HeaderClassName
{
color: #BFEBAB;
}
.AnyTagClassName
{
color: #BFEBAB;
}
</style>
background-color css
<style>
a { background-color: #BFEBAB; }
a { background-color: rgb(191,235,171); }
div.DivClassName
{
background-color: #BFEBAB;
}
.BgClassName
{
background-color: #BFEBAB;
}
</style>
border-color css
<style>
span { border-color: #BFEBAB; }
span { border-color: rgb(191,235,171); }
td.TdClassName
{
border-color: #BFEBAB;
}
.TagClassName
{
border-color: #BFEBAB;
}
</style>