Shades of Deco #BFCF86
Tints of Deco #BFCF86
RGB
CMYK
RGB Variations
Color information
#BFCF86 (or 0xBFCF86) is known color: Deco. HEX triplet: BF, CF and 86. RGB value is (191,207,134). Sum of RGB (Red+Green+Blue) = 191+207+134=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF86 is #403079. Grayscale: #C2C2C2. Windows color (decimal): -4206714 or 8835007. OLE color: 8835007.
HSL color Cylindrical-coordinate representation of color #BFCF86: hue angle of 73.15º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFCF86 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 134 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.19 |
| HSL | 73.15º | 0.43% | 0.67% | - |
| HSV(B) | 73.15º | 0.35% | 0.81% | - |
| XYZ | 48.1 | 57.42 | 31.1 | - |
| YUV | 193.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 134 | 0.08 | 0 | 0.35 | 0.19 | 73.15 | 0.43 | 0.67 |
| Hex | BF | CF | 86 | 8 | 0 | 23 | 13 | 49 | 2B | 43 |
| Octal | 277 | 317 | 206 | 10 | 0 | 43 | 23 | 111 | 53 | 103 |
| Binary | 10111111 | 11001111 | 10000110 | 1000 | 0 | 100011 | 10011 | 1001001 | 101011 | 1000011 |
Color Harmonies of #BFCF86
Complementary color
Monochromatic Colors of #BFCF86
Black with #BFCF86
Text Example
Text Example
White with #BFCF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF86; }
p { color: rgb(191,207,134); }
H1.HeaderClassName
{
color: #BFCF86;
}
.AnyTagClassName
{
color: #BFCF86;
}
</style>
background-color css
<style>
a { background-color: #BFCF86; }
a { background-color: rgb(191,207,134); }
div.DivClassName
{
background-color: #BFCF86;
}
.BgClassName
{
background-color: #BFCF86;
}
</style>
border-color css
<style>
span { border-color: #BFCF86; }
span { border-color: rgb(191,207,134); }
td.TdClassName
{
border-color: #BFCF86;
}
.TagClassName
{
border-color: #BFCF86;
}
</style>