Shades of Deco #BFCF8B
Tints of Deco #BFCF8B
RGB
CMYK
RGB Variations
Color information
#BFCF8B (or 0xBFCF8B) is known color: Deco. HEX triplet: BF, CF and 8B. RGB value is (191,207,139). Sum of RGB (Red+Green+Blue) = 191+207+139=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF8B is #403074. Grayscale: #C2C2C2. Windows color (decimal): -4206709 or 9162687. OLE color: 9162687.
HSL color Cylindrical-coordinate representation of color #BFCF8B: hue angle of 74.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFCF8B is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 139 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.19 |
| HSL | 74.12º | 0.41% | 0.68% | - |
| HSV(B) | 74.12º | 0.33% | 0.81% | - |
| XYZ | 48.46 | 57.57 | 32.98 | - |
| YUV | 194.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 139 | 0.08 | 0 | 0.33 | 0.19 | 74.12 | 0.41 | 0.68 |
| Hex | BF | CF | 8B | 8 | 0 | 21 | 13 | 4A | 29 | 44 |
| Octal | 277 | 317 | 213 | 10 | 0 | 41 | 23 | 112 | 51 | 104 |
| Binary | 10111111 | 11001111 | 10001011 | 1000 | 0 | 100001 | 10011 | 1001010 | 101001 | 1000100 |
Color Harmonies of #BFCF8B
Complementary color
Monochromatic Colors of #BFCF8B
Black with #BFCF8B
Text Example
Text Example
White with #BFCF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF8B; }
p { color: rgb(191,207,139); }
H1.HeaderClassName
{
color: #BFCF8B;
}
.AnyTagClassName
{
color: #BFCF8B;
}
</style>
background-color css
<style>
a { background-color: #BFCF8B; }
a { background-color: rgb(191,207,139); }
div.DivClassName
{
background-color: #BFCF8B;
}
.BgClassName
{
background-color: #BFCF8B;
}
</style>
border-color css
<style>
span { border-color: #BFCF8B; }
span { border-color: rgb(191,207,139); }
td.TdClassName
{
border-color: #BFCF8B;
}
.TagClassName
{
border-color: #BFCF8B;
}
</style>