Html Css Color HEX #BDB9AD Grey Nickel

📋 copy color: '#BDB9AD'

red 189 ◦ green 185 ◦ blue 173

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

Shades of Grey Nickel #BDB9AD

Tints of Grey Nickel #BDB9AD

RGB

 RED value IS 189 (74.22% from 255) = 34.55%

 GREEN value IS 185 (72.66% from 255) = 33.82%

 BLUE value IS 173 (67.97% from 255) = 31.63%

R = 34.55%
G = 33.82%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDB9AD (or 0xBDB9AD) is known color: Grey Nickel. HEX triplet: BD, B9 and AD. RGB value is (189,185,173). Sum of RGB (Red+Green+Blue) = 189+185+173=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9AD is #424652. Grayscale: #B8B8B8. Windows color (decimal): -4343379 or 11385277. OLE color: 11385277.

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

Color convert

RGB 189 185 173 -
CMYK 0 0.02 0.08 0.26
HSL 45º 0.11% 0.71% -
HSV(B) 45º 0.08% 0.74% -
XYZ 45.88 48.53 46.49 -
YUV 184.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 189 185 173 0 0.02 0.08 0.26 45 0.11 0.71
Hex BD B9 AD 0 2 8 1A 2D B 47
Octal 275 271 255 0 2 10 32 55 13 107
Binary 10111101 10111001 10101101 0 10 1000 11010 101101 1011 1000111

Color Harmonies of #BDB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9AD

Black with #BDB9AD

Text Example


Text Example

White with #BDB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9AD; }

 p { color: rgb(189,185,173); }

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

background-color css

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

 a { background-color: rgb(189,185,173); }

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

border-color css

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

 span { border-color: rgb(189,185,173); }

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