Shades of Deco #BFCD86
Tints of Deco #BFCD86
RGB
CMYK
RGB Variations
Color information
#BFCD86 (or 0xBFCD86) is known color: Deco. HEX triplet: BF, CD and 86. RGB value is (191,205,134). Sum of RGB (Red+Green+Blue) = 191+205+134=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD86 is #403279. Grayscale: #C0C0C0. Windows color (decimal): -4207226 or 8834495. OLE color: 8834495.
HSL color Cylindrical-coordinate representation of color #BFCD86: hue angle of 71.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFCD86 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 134 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.20 |
| HSL | 71.83º | 0.42% | 0.66% | - |
| HSV(B) | 71.83º | 0.35% | 0.8% | - |
| XYZ | 47.62 | 56.46 | 30.94 | - |
| YUV | 192.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 134 | 0.07 | 0 | 0.35 | 0.20 | 71.83 | 0.42 | 0.66 |
| Hex | BF | CD | 86 | 7 | 0 | 23 | 14 | 48 | 2A | 42 |
| Octal | 277 | 315 | 206 | 7 | 0 | 43 | 24 | 110 | 52 | 102 |
| Binary | 10111111 | 11001101 | 10000110 | 111 | 0 | 100011 | 10100 | 1001000 | 101010 | 1000010 |
Color Harmonies of #BFCD86
Complementary color
Monochromatic Colors of #BFCD86
Black with #BFCD86
Text Example
Text Example
White with #BFCD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD86; }
p { color: rgb(191,205,134); }
H1.HeaderClassName
{
color: #BFCD86;
}
.AnyTagClassName
{
color: #BFCD86;
}
</style>
background-color css
<style>
a { background-color: #BFCD86; }
a { background-color: rgb(191,205,134); }
div.DivClassName
{
background-color: #BFCD86;
}
.BgClassName
{
background-color: #BFCD86;
}
</style>
border-color css
<style>
span { border-color: #BFCD86; }
span { border-color: rgb(191,205,134); }
td.TdClassName
{
border-color: #BFCD86;
}
.TagClassName
{
border-color: #BFCD86;
}
</style>