#BCAAA4

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

Shades of Martini #BCAAA4

Tints of Martini #BCAAA4

Color information

#BCAAA4 (or 0xBCAAA4) is unknown color: approx Martini. HEX triplet: BC, AA and A4. RGB value is (188,170,164). Sum of RGB (Red+Green+Blue) = 188+170+164=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA4 is #43555B. Grayscale: #AEAEAE. Windows color (decimal): -4412764 or 10791612. OLE color: 10791612.

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

Color convert

RGB188170164-
CMYK00.100.130.26
HSL15º15.19%69.02%-
HSV(B)15º12.77%73.73%-
XYZ41.8142.1241.05-
YUV174.7121.96137.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=36.02%
G=32.57%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817016400.100.130.261515.1969.02
HexBCAAA40AD1Aff45
Octal27425224401215321717105
Binary10111100101010101010010001010110111010111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAA4; }

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

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

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

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

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

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

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

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