#BCB5A9

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

Shades of Tea #BCB5A9

Tints of Tea #BCB5A9

Color information

#BCB5A9 (or 0xBCB5A9) is unknown color: approx Tea. HEX triplet: BC, B5 and A9. RGB value is (188,181,169). Sum of RGB (Red+Green+Blue) = 188+181+169=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5A9 is #434A56. Grayscale: #B5B5B5. Windows color (decimal): -4409943 or 11122108. OLE color: 11122108.

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

Color convert

RGB188181169-
CMYK00.040.100.26
HSL37.89º12.42%70%-
HSV(B)37.89º10.11%73.73%-
XYZ44.4246.644.19-
YUV181.72120.82132.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=34.94%
G=33.64%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818116900.040.100.2637.8912.4270
HexBCB5A904A1A26c46
Octal2742652510412324614106
Binary101111001011010110101001010010101101010011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5A9; }

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

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

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

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

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

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

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

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