Shades of Deco #BFCF89
Tints of Deco #BFCF89
RGB
CMYK
RGB Variations
Color information
#BFCF89 (or 0xBFCF89) is known color: Deco. HEX triplet: BF, CF and 89. RGB value is (191,207,137). Sum of RGB (Red+Green+Blue) = 191+207+137=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF89 is #403076. Grayscale: #C2C2C2. Windows color (decimal): -4206711 or 9031615. OLE color: 9031615.
HSL color Cylindrical-coordinate representation of color #BFCF89: hue angle of 73.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFCF89 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 137 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.19 |
| HSL | 73.71º | 0.42% | 0.67% | - |
| HSV(B) | 73.71º | 0.34% | 0.81% | - |
| XYZ | 48.31 | 57.51 | 32.22 | - |
| YUV | 194.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 137 | 0.08 | 0 | 0.34 | 0.19 | 73.71 | 0.42 | 0.67 |
| Hex | BF | CF | 89 | 8 | 0 | 22 | 13 | 4A | 2A | 43 |
| Octal | 277 | 317 | 211 | 10 | 0 | 42 | 23 | 112 | 52 | 103 |
| Binary | 10111111 | 11001111 | 10001001 | 1000 | 0 | 100010 | 10011 | 1001010 | 101010 | 1000011 |
Color Harmonies of #BFCF89
Complementary color
Monochromatic Colors of #BFCF89
Black with #BFCF89
Text Example
Text Example
White with #BFCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF89; }
p { color: rgb(191,207,137); }
H1.HeaderClassName
{
color: #BFCF89;
}
.AnyTagClassName
{
color: #BFCF89;
}
</style>
background-color css
<style>
a { background-color: #BFCF89; }
a { background-color: rgb(191,207,137); }
div.DivClassName
{
background-color: #BFCF89;
}
.BgClassName
{
background-color: #BFCF89;
}
</style>
border-color css
<style>
span { border-color: #BFCF89; }
span { border-color: rgb(191,207,137); }
td.TdClassName
{
border-color: #BFCF89;
}
.TagClassName
{
border-color: #BFCF89;
}
</style>