Html Css Color HEX #BAB6A8 Ash

📋 copy color: '#BAB6A8'

red 186 ◦ green 182 ◦ blue 168

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

Shades of Ash #BAB6A8

Tints of Ash #BAB6A8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.96%

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

R = 34.7%
G = 33.96%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BAB6A8 (or 0xBAB6A8) is known color: Ash. HEX triplet: BA, B6 and A8. RGB value is (186,182,168). Sum of RGB (Red+Green+Blue) = 186+182+168=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB6A8 is #454957. Grayscale: #B5B5B5. Windows color (decimal): -4540760 or 11056826. OLE color: 11056826.

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

Color convert

RGB 186 182 168 -
CMYK 0 0.02 0.10 0.27
HSL 46.67º 0.12% 0.69% -
HSV(B) 46.67º 0.1% 0.73% -
XYZ 44.05 46.72 43.74 -
YUV 181.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 186 182 168 0 0.02 0.10 0.27 46.67 0.12 0.69
Hex BA B6 A8 0 2 A 1B 2F C 45
Octal 272 266 250 0 2 12 33 57 14 105
Binary 10111010 10110110 10101000 0 10 1010 11011 101111 1100 1000101

Color Harmonies of #BAB6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6A8

Black with #BAB6A8

Text Example


Text Example

White with #BAB6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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