#BDB8AA

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

Shades of Grey Nickel #BDB8AA

Tints of Grey Nickel #BDB8AA

Color information

#BDB8AA (or 0xBDB8AA) is unknown color: approx Grey Nickel. HEX triplet: BD, B8 and AA. RGB value is (189,184,170). Sum of RGB (Red+Green+Blue) = 189+184+170=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8AA is #424755. Grayscale: #B7B7B7. Windows color (decimal): -4343638 or 11188413. OLE color: 11188413.

HSL color Cylindrical-coordinate representation of color #BDB8AA: hue angle of 44.21º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB8AA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189184170-
CMYK00.030.100.26
HSL44.21º12.58%70.39%-
HSV(B)44.21º10.05%74.12%-
XYZ45.384844.9-
YUV183.9120.16131.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 184 (72.27% from 255) = 33.89%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=34.81%
G=33.89%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918417000.030.100.2644.2112.5870.39
HexBDB8AA03A1A2cd46
Octal2752702520312325415106
Binary10111101101110001010101001110101101010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8AA; }

 p { color: rgb(189,184,170); }

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

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

 a { background-color: rgb(189,184,170); }

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

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

 span { border-color: rgb(189,184,170); }

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