#BAB2A6

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

Shades of Tea #BAB2A6

Tints of Tea #BAB2A6

Color information

#BAB2A6 (or 0xBAB2A6) is unknown color: approx Tea. HEX triplet: BA, B2 and A6. RGB value is (186,178,166). Sum of RGB (Red+Green+Blue) = 186+178+166=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2A6 is #454D59. Grayscale: #B3B3B3. Windows color (decimal): -4541786 or 10924730. OLE color: 10924730.

HSL color Cylindrical-coordinate representation of color #BAB2A6: hue angle of 36º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB2A6 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186178166-
CMYK00.040.110.27
HSL36º12.66%69.02%-
HSV(B)36º10.75%72.94%-
XYZ43.0545.0342.5-
YUV179.02120.65132.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=35.09%
G=33.58%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617816600.040.110.273612.6669.02
HexBAB2A604B1B24d45
Octal2722622460413334415105
Binary101110101011001010100110010010111101110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2A6; }

 p { color: rgb(186,178,166); }

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

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

 a { background-color: rgb(186,178,166); }

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

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

 span { border-color: rgb(186,178,166); }

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