#BCAAA2

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

Shades of Martini #BCAAA2

Tints of Martini #BCAAA2

Color information

#BCAAA2 (or 0xBCAAA2) is unknown color: approx Martini. HEX triplet: BC, AA and A2. RGB value is (188,170,162). Sum of RGB (Red+Green+Blue) = 188+170+162=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA2 is #43555D. Grayscale: #AEAEAE. Windows color (decimal): -4412766 or 10660540. OLE color: 10660540.

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

Color convert

RGB188170162-
CMYK00.100.140.26
HSL18.46º16.25%68.63%-
HSV(B)18.46º13.83%73.73%-
XYZ41.6442.0540.1-
YUV174.47120.96137.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 162 (63.67% from 255) = 31.15%
R=36.15%
G=32.69%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817016200.100.140.2618.4616.2568.63
HexBCAAA20AE1A121045
Octal27425224201216322220105
Binary1011110010101010101000100101011101101010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAA2; }

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

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

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

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

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

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

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

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