#BDBAB0

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

Shades of Grey Nickel #BDBAB0

Tints of Grey Nickel #BDBAB0

Color information

#BDBAB0 (or 0xBDBAB0) is unknown color: approx Grey Nickel. HEX triplet: BD, BA and B0. RGB value is (189,186,176). Sum of RGB (Red+Green+Blue) = 189+186+176=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAB0 is #42454F. Grayscale: #B9B9B9. Windows color (decimal): -4343120 or 11582141. OLE color: 11582141.

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

Color convert

RGB189186176-
CMYK00.020.070.26
HSL46.15º8.97%71.57%-
HSV(B)46.15º6.88%74.12%-
XYZ46.3849.0748.1-
YUV185.76122.49130.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=34.30%
G=33.76%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918617600.020.070.2646.158.9771.57
HexBDBAB00271A2e948
Octal275272260027325611110
Binary1011110110111010101100000101111101010111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAB0; }

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

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

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

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

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

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

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

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