#BFCC86

Color #BFCC86 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #BFCC86

Tints of Deco #BFCC86

Color information

#BFCC86 (or 0xBFCC86) is unknown color: approx Deco. HEX triplet: BF, CC and 86. RGB value is (191,204,134). Sum of RGB (Red+Green+Blue) = 191+204+134=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC86 is #403379. Grayscale: #C0C0C0. Windows color (decimal): -4207482 or 8834239. OLE color: 8834239.

HSL color Cylindrical-coordinate representation of color #BFCC86: hue angle of 71.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFCC86 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB191204134-
CMYK0.0600.340.2
HSL71.14º40.7%66.27%-
HSV(B)71.14º34.31%80%-
XYZ47.3855.9830.86-
YUV192.1395.19127.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 134 (52.73% from 255) = 25.33%
R=36.11%
G=38.56%
B=25.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041340.0600.340.271.1440.766.27
HexBFCC86602214472942
Octal27731420660422410751102
Binary10111111110011001000011011001000101010010001111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCC86; }

 p { color: rgb(191,204,134); }

 H1.HeaderClassName
 {
   color: #BFCC86;
 }
 .AnyTagClassName
 {
   color: #BFCC86;
 }
</style>
background-color css

<style>
 a { background-color: #BFCC86; }

 a { background-color: rgb(191,204,134); }

 div.DivClassName
 {
   background-color: #BFCC86;
 }
 .BgClassName
 {
   background-color: #BFCC86;
 }
</style>
border-color css

<style>
 span { border-color: #BFCC86; }

 span { border-color: rgb(191,204,134); }

 td.TdClassName
 {
   border-color: #BFCC86;
 }
 .TagClassName
 {
   border-color: #BFCC86;
 }
</style>