#BCADA6

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

Shades of Martini #BCADA6

Tints of Martini #BCADA6

Color information

#BCADA6 (or 0xBCADA6) is unknown color: approx Martini. HEX triplet: BC, AD and A6. RGB value is (188,173,166). Sum of RGB (Red+Green+Blue) = 188+173+166=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA6 is #435259. Grayscale: #B0B0B0. Windows color (decimal): -4411994 or 10923452. OLE color: 10923452.

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

Color convert

RGB188173166-
CMYK00.080.120.26
HSL19.09º14.1%69.41%-
HSV(B)19.09º11.7%73.73%-
XYZ42.5743.3342.2-
YUV176.69121.97136.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=35.67%
G=32.83%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817316600.080.120.2619.0914.169.41
HexBCADA608C1A13e45
Octal27425524601014322316105
Binary101111001010110110100110010001100110101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADA6; }

 p { color: rgb(188,173,166); }

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

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

 a { background-color: rgb(188,173,166); }

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

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

 span { border-color: rgb(188,173,166); }

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