#BCAAA6

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

Shades of Martini #BCAAA6

Tints of Martini #BCAAA6

Color information

#BCAAA6 (or 0xBCAAA6) is unknown color: approx Martini. HEX triplet: BC, AA and A6. RGB value is (188,170,166). Sum of RGB (Red+Green+Blue) = 188+170+166=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA6 is #435559. Grayscale: #AEAEAE. Windows color (decimal): -4412762 or 10922684. OLE color: 10922684.

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

Color convert

RGB188170166-
CMYK00.100.120.26
HSL10.91º14.1%69.41%-
HSV(B)10.91º11.7%73.73%-
XYZ4242.1942.01-
YUV174.93122.96137.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=35.88%
G=32.44%
B=31.68%

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
Decimal18817016600.100.120.2610.9114.169.41
HexBCAAA60AC1Abe45
Octal27425224601214321316105
Binary10111100101010101010011001010110011010101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAA6; }

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

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

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

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

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

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

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

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