Html Css Color HEX #BAB8B1 Grey Nickel

📋 copy color: '#BAB8B1'

red 186 ◦ green 184 ◦ blue 177

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

Shades of Grey Nickel #BAB8B1

Tints of Grey Nickel #BAB8B1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.64%

 BLUE value IS 177 (69.53% from 255) = 32.36%

R = 34%
G = 33.64%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BAB8B1 (or 0xBAB8B1) is known color: Grey Nickel. HEX triplet: BA, B8 and B1. RGB value is (186,184,177). Sum of RGB (Red+Green+Blue) = 186+184+177=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB8B1 is #45474E. Grayscale: #B7B7B7. Windows color (decimal): -4540239 or 11647162. OLE color: 11647162.

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

Color convert

RGB 186 184 177 -
CMYK 0 0.01 0.05 0.27
HSL 46.67º 0.06% 0.71% -
HSV(B) 46.67º 0.05% 0.73% -
XYZ 45.33 47.89 48.45 -
YUV 183.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 186 184 177 0 0.01 0.05 0.27 46.67 0.06 0.71
Hex BA B8 B1 0 1 5 1B 2F 6 47
Octal 272 270 261 0 1 5 33 57 6 107
Binary 10111010 10111000 10110001 0 1 101 11011 101111 110 1000111

Color Harmonies of #BAB8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB8B1

Black with #BAB8B1

Text Example


Text Example

White with #BAB8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB8B1; }

 p { color: rgb(186,184,177); }

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

background-color css

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

 a { background-color: rgb(186,184,177); }

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

border-color css

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

 span { border-color: rgb(186,184,177); }

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