#BDBAAF

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

Shades of Grey Nickel #BDBAAF

Tints of Grey Nickel #BDBAAF

Color information

#BDBAAF (or 0xBDBAAF) is unknown color: approx Grey Nickel. HEX triplet: BD, BA and AF. RGB value is (189,186,175). Sum of RGB (Red+Green+Blue) = 189+186+175=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAAF is #424550. Grayscale: #B9B9B9. Windows color (decimal): -4343121 or 11516605. OLE color: 11516605.

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

Color convert

RGB189186175-
CMYK00.020.070.26
HSL47.14º9.59%71.37%-
HSV(B)47.14º7.41%74.12%-
XYZ46.2849.0347.58-
YUV185.64121.99130.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=34.36%
G=33.82%
B=31.82%

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
Decimal18918617500.020.070.2647.149.5971.37
HexBDBAAF0271A2fa47
Octal275272257027325712107
Binary1011110110111010101011110101111101010111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAAF; }

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

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

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

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

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

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

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

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