Html Css Color HEX #BDB9AC Grey Nickel

📋 copy color: '#BDB9AC'

red 189 ◦ green 185 ◦ blue 172

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

Shades of Grey Nickel #BDB9AC

Tints of Grey Nickel #BDB9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.5%

R = 34.62%
G = 33.88%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BDB9AC (or 0xBDB9AC) is known color: Grey Nickel. HEX triplet: BD, B9 and AC. RGB value is (189,185,172). Sum of RGB (Red+Green+Blue) = 189+185+172=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9AC is #424653. Grayscale: #B8B8B8. Windows color (decimal): -4343380 or 11319741. OLE color: 11319741.

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

Color convert

RGB 189 185 172 -
CMYK 0 0.02 0.09 0.26
HSL 45.88º 0.11% 0.71% -
HSV(B) 45.88º 0.09% 0.74% -
XYZ 45.78 48.5 45.98 -
YUV 184.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 189 185 172 0 0.02 0.09 0.26 45.88 0.11 0.71
Hex BD B9 AC 0 2 9 1A 2E B 47
Octal 275 271 254 0 2 11 32 56 13 107
Binary 10111101 10111001 10101100 0 10 1001 11010 101110 1011 1000111

Color Harmonies of #BDB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9AC

Black with #BDB9AC

Text Example


Text Example

White with #BDB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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