#BCAFA9

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

Shades of Martini #BCAFA9

Tints of Martini #BCAFA9

Color information

#BCAFA9 (or 0xBCAFA9) is unknown color: approx Martini. HEX triplet: BC, AF and A9. RGB value is (188,175,169). Sum of RGB (Red+Green+Blue) = 188+175+169=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA9 is #435056. Grayscale: #B2B2B2. Windows color (decimal): -4411479 or 11120572. OLE color: 11120572.

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

Color convert

RGB188175169-
CMYK00.070.100.26
HSL18.95º12.42%70%-
HSV(B)18.95º10.11%73.73%-
XYZ43.2344.2243.79-
YUV178.2122.81134.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=35.34%
G=32.89%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817516900.070.100.2618.9512.4270
HexBCAFA907A1A13c46
Octal2742572510712322314106
Binary10111100101011111010100101111010110101001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFA9; }

 p { color: rgb(188,175,169); }

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

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

 a { background-color: rgb(188,175,169); }

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

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

 span { border-color: rgb(188,175,169); }

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