Html Css Color HEX #BAB8AF Grey Nickel

📋 copy color: '#BAB8AF'

red 186 ◦ green 184 ◦ blue 175

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

Shades of Grey Nickel #BAB8AF

Tints of Grey Nickel #BAB8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.11%

R = 34.13%
G = 33.76%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAB8AF (or 0xBAB8AF) is known color: Grey Nickel. HEX triplet: BA, B8 and AF. RGB value is (186,184,175). Sum of RGB (Red+Green+Blue) = 186+184+175=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB8AF is #454750. Grayscale: #B7B7B7. Windows color (decimal): -4540241 or 11516090. OLE color: 11516090.

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

Color convert

RGB 186 184 175 -
CMYK 0 0.01 0.06 0.27
HSL 49.09º 0.07% 0.71% -
HSV(B) 49.09º 0.06% 0.73% -
XYZ 45.13 47.82 47.41 -
YUV 183.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 186 184 175 0 0.01 0.06 0.27 49.09 0.07 0.71
Hex BA B8 AF 0 1 6 1B 31 7 47
Octal 272 270 257 0 1 6 33 61 7 107
Binary 10111010 10111000 10101111 0 1 110 11011 110001 111 1000111

Color Harmonies of #BAB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB8AF

Black with #BAB8AF

Text Example


Text Example

White with #BAB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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