#BCB1A2

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

Shades of Tea #BCB1A2

Tints of Tea #BCB1A2

Color information

#BCB1A2 (or 0xBCB1A2) is unknown color: approx Tea. HEX triplet: BC, B1 and A2. RGB value is (188,177,162). Sum of RGB (Red+Green+Blue) = 188+177+162=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1A2 is #434E5D. Grayscale: #B2B2B2. Windows color (decimal): -4410974 or 10662332. OLE color: 10662332.

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

Color convert

RGB188177162-
CMYK00.060.140.26
HSL34.62º16.25%68.63%-
HSV(B)34.62º13.83%73.73%-
XYZ42.9844.7440.55-
YUV178.58118.64134.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=35.67%
G=33.59%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817716200.060.140.2634.6216.2568.63
HexBCB1A206E1A231045
Octal2742612420616324320105
Binary1011110010110001101000100110111011010100011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1A2; }

 p { color: rgb(188,177,162); }

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

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

 a { background-color: rgb(188,177,162); }

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

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

 span { border-color: rgb(188,177,162); }

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