#BACC86

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

Shades of Caper #BACC86

Tints of Caper #BACC86

Color information

#BACC86 (or 0xBACC86) is unknown color: approx Caper. HEX triplet: BA, CC and 86. RGB value is (186,204,134). Sum of RGB (Red+Green+Blue) = 186+204+134=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC86 is #453379. Grayscale: #BEBEBE. Windows color (decimal): -4535162 or 8834234. OLE color: 8834234.

HSL color Cylindrical-coordinate representation of color #BACC86: hue angle of 75.43º 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 #BACC86 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB186204134-
CMYK0.0900.340.2
HSL75.43º40.7%66.27%-
HSV(B)75.43º34.31%80%-
XYZ46.1555.3530.8-
YUV190.6496.04124.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 134 (52.73% from 255) = 25.57%
R=35.50%
G=38.93%
B=25.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041340.0900.340.275.4340.766.27
HexBACC869022144b2942
Octal272314206110422411351102
Binary101110101100110010000110100101000101010010010111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC86; }

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

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

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

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

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

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

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

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