Html Css Color HEX #BAB7A8 Ash

📋 copy color: '#BAB7A8'

red 186 ◦ green 183 ◦ blue 168

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

Shades of Ash #BAB7A8

Tints of Ash #BAB7A8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

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

R = 34.64%
G = 34.08%
B = 31.28%

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

#BAB7A8 (or 0xBAB7A8) is known color: Ash. HEX triplet: BA, B7 and A8. RGB value is (186,183,168). Sum of RGB (Red+Green+Blue) = 186+183+168=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7A8 is #454857. Grayscale: #B6B6B6. Windows color (decimal): -4540504 or 11057082. OLE color: 11057082.

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

Color convert

RGB 186 183 168 -
CMYK 0 0.02 0.10 0.27
HSL 50º 0.12% 0.69% -
HSV(B) 50º 0.1% 0.73% -
XYZ 44.25 47.13 43.81 -
YUV 182.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 186 183 168 0 0.02 0.10 0.27 50 0.12 0.69
Hex BA B7 A8 0 2 A 1B 32 C 45
Octal 272 267 250 0 2 12 33 62 14 105
Binary 10111010 10110111 10101000 0 10 1010 11011 110010 1100 1000101

Color Harmonies of #BAB7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7A8

Black with #BAB7A8

Text Example


Text Example

White with #BAB7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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