Html Css Color HEX #BAB7AD Grey Nickel

📋 copy color: '#BAB7AD'

red 186 ◦ green 183 ◦ blue 173

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

Shades of Grey Nickel #BAB7AD

Tints of Grey Nickel #BAB7AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.92%

R = 34.32%
G = 33.76%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BAB7AD (or 0xBAB7AD) is known color: Grey Nickel. HEX triplet: BA, B7 and AD. RGB value is (186,183,173). Sum of RGB (Red+Green+Blue) = 186+183+173=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7AD is #454852. Grayscale: #B6B6B6. Windows color (decimal): -4540499 or 11384762. OLE color: 11384762.

HSL color Cylindrical-coordinate representation of color #BAB7AD: hue angle of 46.15º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB7AD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 173 -
CMYK 0 0.02 0.07 0.27
HSL 46.15º 0.09% 0.7% -
HSV(B) 46.15º 0.07% 0.73% -
XYZ 44.73 47.32 46.31 -
YUV 182.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 186 183 173 0 0.02 0.07 0.27 46.15 0.09 0.7
Hex BA B7 AD 0 2 7 1B 2E 9 46
Octal 272 267 255 0 2 7 33 56 11 106
Binary 10111010 10110111 10101101 0 10 111 11011 101110 1001 1000110

Color Harmonies of #BAB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7AD

Black with #BAB7AD

Text Example


Text Example

White with #BAB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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