Html Css Color HEX #BAB9B5 Grey Nickel

📋 copy color: '#BAB9B5'

red 186 ◦ green 185 ◦ blue 181

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

Shades of Grey Nickel #BAB9B5

Tints of Grey Nickel #BAB9B5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.51%

 BLUE value IS 181 (71.09% from 255) = 32.79%

R = 33.7%
G = 33.51%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAB9B5 (or 0xBAB9B5) is known color: Grey Nickel. HEX triplet: BA, B9 and B5. RGB value is (186,185,181). Sum of RGB (Red+Green+Blue) = 186+185+181=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9B5 is #45464A. Grayscale: #B8B8B8. Windows color (decimal): -4539979 or 11909562. OLE color: 11909562.

HSL color Cylindrical-coordinate representation of color #BAB9B5: hue angle of 48º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BAB9B5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 181 -
CMYK 0 0.01 0.03 0.27
HSL 48º 0.03% 0.72% -
HSV(B) 48º 0.03% 0.73% -
XYZ 45.94 48.47 50.65 -
YUV 184.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 186 185 181 0 0.01 0.03 0.27 48 0.03 0.72
Hex BA B9 B5 0 1 3 1B 30 3 48
Octal 272 271 265 0 1 3 33 60 3 110
Binary 10111010 10111001 10110101 0 1 11 11011 110000 11 1001000

Color Harmonies of #BAB9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9B5

Black with #BAB9B5

Text Example


Text Example

White with #BAB9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9B5; }

 p { color: rgb(186,185,181); }

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

background-color css

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

 a { background-color: rgb(186,185,181); }

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

border-color css

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

 span { border-color: rgb(186,185,181); }

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