Html Css Color HEX #BDBAAC Grey Nickel

📋 copy color: '#BDBAAC'

red 189 ◦ green 186 ◦ blue 172

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

Shades of Grey Nickel #BDBAAC

Tints of Grey Nickel #BDBAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

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

R = 34.55%
G = 34%
B = 31.44%

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

#BDBAAC (or 0xBDBAAC) is known color: Grey Nickel. HEX triplet: BD, BA and AC. RGB value is (189,186,172). Sum of RGB (Red+Green+Blue) = 189+186+172=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAAC is #424553. Grayscale: #B9B9B9. Windows color (decimal): -4343124 or 11319997. OLE color: 11319997.

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

Color convert

RGB 189 186 172 -
CMYK 0 0.02 0.09 0.26
HSL 49.41º 0.11% 0.71% -
HSV(B) 49.41º 0.09% 0.74% -
XYZ 45.99 48.92 46.05 -
YUV 185.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 189 186 172 0 0.02 0.09 0.26 49.41 0.11 0.71
Hex BD BA AC 0 2 9 1A 31 B 47
Octal 275 272 254 0 2 11 32 61 13 107
Binary 10111101 10111010 10101100 0 10 1001 11010 110001 1011 1000111

Color Harmonies of #BDBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAAC

Black with #BDBAAC

Text Example


Text Example

White with #BDBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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