#BCADA9

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

Shades of Martini #BCADA9

Tints of Martini #BCADA9

Color information

#BCADA9 (or 0xBCADA9) is unknown color: approx Martini. HEX triplet: BC, AD and A9. RGB value is (188,173,169). Sum of RGB (Red+Green+Blue) = 188+173+169=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA9 is #435256. Grayscale: #B1B1B1. Windows color (decimal): -4411991 or 11120060. OLE color: 11120060.

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

Color convert

RGB188173169-
CMYK00.080.100.26
HSL12.63º12.42%70%-
HSV(B)12.63º10.11%73.73%-
XYZ42.8443.4443.66-
YUV177.03123.47135.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=35.47%
G=32.64%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817316900.080.100.2612.6312.4270
HexBCADA908A1Adc46
Octal27425525101012321514106
Binary10111100101011011010100101000101011010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADA9; }

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

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

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

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

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

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

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

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