#BAC687

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

Shades of Caper #BAC687

Tints of Caper #BAC687

Color information

#BAC687 (or 0xBAC687) is unknown color: approx Caper. HEX triplet: BA, C6 and 87. RGB value is (186,198,135). Sum of RGB (Red+Green+Blue) = 186+198+135=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC687 is #453978. Grayscale: #BBBBBB. Windows color (decimal): -4536697 or 8898234. OLE color: 8898234.

HSL color Cylindrical-coordinate representation of color #BAC687: hue angle of 71.43º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAC687 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB186198135-
CMYK0.0600.320.22
HSL71.43º35.59%65.29%-
HSV(B)71.43º31.82%77.65%-
XYZ44.8252.5830.71-
YUV187.2398.52127.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=35.84%
G=38.15%
B=26.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981350.0600.320.2271.4335.5965.29
HexBAC687602016472441
Octal27230620760402610744101
Binary10111010110001101000011111001000001011010001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC687; }

 p { color: rgb(186,198,135); }

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

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

 a { background-color: rgb(186,198,135); }

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

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

 span { border-color: rgb(186,198,135); }

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