Html Css Color HEX #BDB9AA Grey Nickel

📋 copy color: '#BDB9AA'

red 189 ◦ green 185 ◦ blue 170

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

Shades of Grey Nickel #BDB9AA

Tints of Grey Nickel #BDB9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.25%

R = 34.74%
G = 34.01%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDB9AA (or 0xBDB9AA) is known color: Grey Nickel. HEX triplet: BD, B9 and AA. RGB value is (189,185,170). Sum of RGB (Red+Green+Blue) = 189+185+170=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9AA is #424655. Grayscale: #B8B8B8. Windows color (decimal): -4343382 or 11188669. OLE color: 11188669.

HSL color Cylindrical-coordinate representation of color #BDB9AA: hue angle of 47.37º 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 #BDB9AA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 170 -
CMYK 0 0.02 0.10 0.26
HSL 47.37º 0.13% 0.7% -
HSV(B) 47.37º 0.1% 0.74% -
XYZ 45.59 48.42 44.97 -
YUV 184.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 189 185 170 0 0.02 0.10 0.26 47.37 0.13 0.7
Hex BD B9 AA 0 2 A 1A 2F D 46
Octal 275 271 252 0 2 12 32 57 15 106
Binary 10111101 10111001 10101010 0 10 1010 11010 101111 1101 1000110

Color Harmonies of #BDB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9AA

Black with #BDB9AA

Text Example


Text Example

White with #BDB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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