Html Css Color HEX #BAB4A8 Tea

📋 copy color: '#BAB4A8'

red 186 ◦ green 180 ◦ blue 168

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

Shades of Tea #BAB4A8

Tints of Tea #BAB4A8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.71%

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

R = 34.83%
G = 33.71%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BAB4A8 (or 0xBAB4A8) is known color: Tea. HEX triplet: BA, B4 and A8. RGB value is (186,180,168). Sum of RGB (Red+Green+Blue) = 186+180+168=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4A8 is #454B57. Grayscale: #B4B4B4. Windows color (decimal): -4541272 or 11056314. OLE color: 11056314.

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

Color convert

RGB 186 180 168 -
CMYK 0 0.03 0.10 0.27
HSL 40º 0.12% 0.69% -
HSV(B) 40º 0.1% 0.73% -
XYZ 43.64 45.91 43.61 -
YUV 180.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 186 180 168 0 0.03 0.10 0.27 40 0.12 0.69
Hex BA B4 A8 0 3 A 1B 28 C 45
Octal 272 264 250 0 3 12 33 50 14 105
Binary 10111010 10110100 10101000 0 11 1010 11011 101000 1100 1000101

Color Harmonies of #BAB4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4A8

Black with #BAB4A8

Text Example


Text Example

White with #BAB4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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