Html Css Color HEX #BDB9AB Grey Nickel

📋 copy color: '#BDB9AB'

red 189 ◦ green 185 ◦ blue 171

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

Shades of Grey Nickel #BDB9AB

Tints of Grey Nickel #BDB9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.38%

R = 34.68%
G = 33.94%
B = 31.38%

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

#BDB9AB (or 0xBDB9AB) is known color: Grey Nickel. HEX triplet: BD, B9 and AB. RGB value is (189,185,171). Sum of RGB (Red+Green+Blue) = 189+185+171=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9AB is #424654. Grayscale: #B8B8B8. Windows color (decimal): -4343381 or 11254205. OLE color: 11254205.

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

Color convert

RGB 189 185 171 -
CMYK 0 0.02 0.10 0.26
HSL 46.67º 0.12% 0.71% -
HSV(B) 46.67º 0.1% 0.74% -
XYZ 45.69 48.46 45.47 -
YUV 184.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 189 185 171 0 0.02 0.10 0.26 46.67 0.12 0.71
Hex BD B9 AB 0 2 A 1A 2F C 47
Octal 275 271 253 0 2 12 32 57 14 107
Binary 10111101 10111001 10101011 0 10 1010 11010 101111 1100 1000111

Color Harmonies of #BDB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9AB

Black with #BDB9AB

Text Example


Text Example

White with #BDB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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