#BCACA5

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

Shades of Martini #BCACA5

Tints of Martini #BCACA5

Color information

#BCACA5 (or 0xBCACA5) is unknown color: approx Martini. HEX triplet: BC, AC and A5. RGB value is (188,172,165). Sum of RGB (Red+Green+Blue) = 188+172+165=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA5 is #43535A. Grayscale: #B0B0B0. Windows color (decimal): -4412251 or 10857660. OLE color: 10857660.

HSL color Cylindrical-coordinate representation of color #BCACA5: hue angle of 18.26º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCACA5 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188172165-
CMYK00.090.120.26
HSL18.26º14.65%69.22%-
HSV(B)18.26º12.23%73.73%-
XYZ42.2842.9141.65-
YUV175.99121.8136.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=35.81%
G=32.76%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817216500.090.120.2618.2614.6569.22
HexBCACA509C1A12f45
Octal27425424501114322217105
Binary101111001010110010100101010011100110101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACA5; }

 p { color: rgb(188,172,165); }

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

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

 a { background-color: rgb(188,172,165); }

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

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

 span { border-color: rgb(188,172,165); }

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