#BDACA6

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

Shades of Martini #BDACA6

Tints of Martini #BDACA6

Color information

#BDACA6 (or 0xBDACA6) is unknown color: approx Martini. HEX triplet: BD, AC and A6. RGB value is (189,172,166). Sum of RGB (Red+Green+Blue) = 189+172+166=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA6 is #425359. Grayscale: #B0B0B0. Windows color (decimal): -4346714 or 10923197. OLE color: 10923197.

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

Color convert

RGB189172166-
CMYK00.090.120.26
HSL15.65º14.84%69.61%-
HSV(B)15.65º12.17%74.12%-
XYZ42.6243.0842.14-
YUV176.4122.13136.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=35.86%
G=32.64%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917216600.090.120.2615.6514.8469.61
HexBDACA609C1A10f46
Octal27525424601114322017106
Binary101111011010110010100110010011100110101000011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACA6; }

 p { color: rgb(189,172,166); }

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

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

 a { background-color: rgb(189,172,166); }

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

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

 span { border-color: rgb(189,172,166); }

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