#BCB5AA

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

Shades of Tea #BCB5AA

Tints of Tea #BCB5AA

Color information

#BCB5AA (or 0xBCB5AA) is unknown color: approx Tea. HEX triplet: BC, B5 and AA. RGB value is (188,181,170). Sum of RGB (Red+Green+Blue) = 188+181+170=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5AA is #434A55. Grayscale: #B5B5B5. Windows color (decimal): -4409942 or 11187644. OLE color: 11187644.

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

Color convert

RGB188181170-
CMYK00.040.100.26
HSL36.67º11.84%70.2%-
HSV(B)36.67º9.57%73.73%-
XYZ44.5246.6444.69-
YUV181.84121.32132.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=34.88%
G=33.58%
B=31.54%

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
Decimal18818117000.040.100.2636.6711.8470.2
HexBCB5AA04A1A25c46
Octal2742652520412324514106
Binary101111001011010110101010010010101101010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5AA; }

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

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

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

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

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

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

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

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