Shades of Madang #BFDAB0
Tints of Madang #BFDAB0
RGB
CMYK
RGB Variations
Color information
#BFDAB0 (or 0xBFDAB0) is known color: Madang. HEX triplet: BF, DA and B0. RGB value is (191,218,176). Sum of RGB (Red+Green+Blue) = 191+218+176=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDAB0 is #40254F. Grayscale: #CDCDCD. Windows color (decimal): -4203856 or 11590335. OLE color: 11590335.
HSL color Cylindrical-coordinate representation of color #BFDAB0: hue angle of 98.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDAB0 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 176 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.15 |
| HSL | 98.57º | 0.36% | 0.77% | - |
| HSV(B) | 98.57º | 0.19% | 0.85% | - |
| XYZ | 54.39 | 64.35 | 50.63 | - |
| YUV | 205.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 176 | 0.12 | 0 | 0.19 | 0.15 | 98.57 | 0.36 | 0.77 |
| Hex | BF | DA | B0 | C | 0 | 13 | F | 63 | 24 | 4D |
| Octal | 277 | 332 | 260 | 14 | 0 | 23 | 17 | 143 | 44 | 115 |
| Binary | 10111111 | 11011010 | 10110000 | 1100 | 0 | 10011 | 1111 | 1100011 | 100100 | 1001101 |
Color Harmonies of #BFDAB0
Complementary color
Monochromatic Colors of #BFDAB0
Black with #BFDAB0
Text Example
Text Example
White with #BFDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAB0; }
p { color: rgb(191,218,176); }
H1.HeaderClassName
{
color: #BFDAB0;
}
.AnyTagClassName
{
color: #BFDAB0;
}
</style>
background-color css
<style>
a { background-color: #BFDAB0; }
a { background-color: rgb(191,218,176); }
div.DivClassName
{
background-color: #BFDAB0;
}
.BgClassName
{
background-color: #BFDAB0;
}
</style>
border-color css
<style>
span { border-color: #BFDAB0; }
span { border-color: rgb(191,218,176); }
td.TdClassName
{
border-color: #BFDAB0;
}
.TagClassName
{
border-color: #BFDAB0;
}
</style>