#BCAAA7

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

Shades of Martini #BCAAA7

Tints of Martini #BCAAA7

Color information

#BCAAA7 (or 0xBCAAA7) is unknown color: approx Martini. HEX triplet: BC, AA and A7. RGB value is (188,170,167). Sum of RGB (Red+Green+Blue) = 188+170+167=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA7 is #435558. Grayscale: #AFAFAF. Windows color (decimal): -4412761 or 10988220. OLE color: 10988220.

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

Color convert

RGB188170167-
CMYK00.100.110.26
HSL8.57º13.55%69.61%-
HSV(B)8.57º11.17%73.73%-
XYZ42.0942.2342.49-
YUV175.04123.46137.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=35.81%
G=32.38%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817016700.100.110.268.5713.5569.61
HexBCAAA70AB1A9e46
Octal27425224701213321116106
Binary10111100101010101010011101010101111010100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAA7; }

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

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

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

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

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

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

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

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