#BAC787

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

Shades of Caper #BAC787

Tints of Caper #BAC787

Color information

#BAC787 (or 0xBAC787) is unknown color: approx Caper. HEX triplet: BA, C7 and 87. RGB value is (186,199,135). Sum of RGB (Red+Green+Blue) = 186+199+135=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC787 is #453878. Grayscale: #BCBCBC. Windows color (decimal): -4536441 or 8898490. OLE color: 8898490.

HSL color Cylindrical-coordinate representation of color #BAC787: hue angle of 72.19º 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 #BAC787 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB186199135-
CMYK0.0700.320.22
HSL72.19º36.36%65.49%-
HSV(B)72.19º32.16%78.04%-
XYZ45.0553.0430.78-
YUV187.8298.19126.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 199 (78.12% from 255) = 38.27%
BLUE value IS 135 (53.12% from 255) = 25.96%
R=35.77%
G=38.27%
B=25.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991350.0700.320.2272.1936.3665.49
HexBAC787702016482441
Octal27230720770402611044101
Binary10111010110001111000011111101000001011010010001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC787; }

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

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

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

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

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

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

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

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