#BDBAB1

Color #BDBAB1 Grey Nickel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nickel #BDBAB1

Tints of Grey Nickel #BDBAB1

Color information

#BDBAB1 (or 0xBDBAB1) is unknown color: approx Grey Nickel. HEX triplet: BD, BA and B1. RGB value is (189,186,177). Sum of RGB (Red+Green+Blue) = 189+186+177=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAB1 is #42454E. Grayscale: #B9B9B9. Windows color (decimal): -4343119 or 11647677. OLE color: 11647677.

HSL color Cylindrical-coordinate representation of color #BDBAB1: hue angle of 45º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBAB1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189186177-
CMYK00.020.060.26
HSL45º8.33%71.76%-
HSV(B)45º6.35%74.12%-
XYZ46.4849.1148.62-
YUV185.87122.99130.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=34.24%
G=33.70%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918617700.020.060.26458.3371.76
HexBDBAB10261A2d848
Octal275272261026325510110
Binary1011110110111010101100010101101101010110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAB1; }

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

 H1.HeaderClassName
 {
   color: #BDBAB1;
 }
 .AnyTagClassName
 {
   color: #BDBAB1;
 }
</style>
background-color css

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

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

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

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

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

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