#BCAEA7

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

Shades of Martini #BCAEA7

Tints of Martini #BCAEA7

Color information

#BCAEA7 (or 0xBCAEA7) is unknown color: approx Martini. HEX triplet: BC, AE and A7. RGB value is (188,174,167). Sum of RGB (Red+Green+Blue) = 188+174+167=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA7 is #435158. Grayscale: #B1B1B1. Windows color (decimal): -4411737 or 10989244. OLE color: 10989244.

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

Color convert

RGB188174167-
CMYK00.070.110.26
HSL20º13.55%69.61%-
HSV(B)20º11.17%73.73%-
XYZ42.8543.7542.75-
YUV177.39122.14135.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 167 (65.62% from 255) = 31.57%
R=35.54%
G=32.89%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817416700.070.110.262013.5569.61
HexBCAEA707B1A14e46
Octal2742562470713322416106
Binary10111100101011101010011101111011110101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEA7; }

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

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

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

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

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

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

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

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