Html Css Color HEX #BAB3A8 Tea

📋 copy color: '#BAB3A8'

red 186 ◦ green 179 ◦ blue 168

#BAB3A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea #BAB3A8

Tints of Tea #BAB3A8

RGB

 RED value IS 186 (73.05% from 255) = 34.9%

 GREEN value IS 179 (70.31% from 255) = 33.58%

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 34.9%
G = 33.58%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BAB3A8 (or 0xBAB3A8) is known color: Tea. HEX triplet: BA, B3 and A8. RGB value is (186,179,168). Sum of RGB (Red+Green+Blue) = 186+179+168=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A8 is #454C57. Grayscale: #B3B3B3. Windows color (decimal): -4541528 or 11056058. OLE color: 11056058.

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

Color convert

RGB 186 179 168 -
CMYK 0 0.04 0.10 0.27
HSL 36.67º 0.12% 0.69% -
HSV(B) 36.67º 0.1% 0.73% -
XYZ 43.44 45.51 43.54 -
YUV 179.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 186 179 168 0 0.04 0.10 0.27 36.67 0.12 0.69
Hex BA B3 A8 0 4 A 1B 25 C 45
Octal 272 263 250 0 4 12 33 45 14 105
Binary 10111010 10110011 10101000 0 100 1010 11011 100101 1100 1000101

Color Harmonies of #BAB3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3A8

Black with #BAB3A8

Text Example


Text Example

White with #BAB3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3A8; }

 p { color: rgb(186,179,168); }

 H1.HeaderClassName
 {
   color: #BAB3A8;
 }
 .AnyTagClassName
 {
   color: #BAB3A8;
 }
</style>

background-color css

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

 a { background-color: rgb(186,179,168); }

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

border-color css

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

 span { border-color: rgb(186,179,168); }

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