#BCAAA5

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

Shades of Martini #BCAAA5

Tints of Martini #BCAAA5

Color information

#BCAAA5 (or 0xBCAAA5) is unknown color: approx Martini. HEX triplet: BC, AA and A5. RGB value is (188,170,165). Sum of RGB (Red+Green+Blue) = 188+170+165=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA5 is #43555A. Grayscale: #AEAEAE. Windows color (decimal): -4412763 or 10857148. OLE color: 10857148.

HSL color Cylindrical-coordinate representation of color #BCAAA5: hue angle of 13.04º 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 #BCAAA5 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188170165-
CMYK00.100.120.26
HSL13.04º14.65%69.22%-
HSV(B)13.04º12.23%73.73%-
XYZ41.9142.1641.53-
YUV174.81122.46137.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=35.95%
G=32.50%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817016500.100.120.2613.0414.6569.22
HexBCAAA50AC1Adf45
Octal27425224501214321517105
Binary10111100101010101010010101010110011010110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAA5; }

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

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

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

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

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

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

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

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