Html Css Color HEX #BDBAB0 Grey Nickel

📋 copy color: '#BDBAB0'

red 189 ◦ green 186 ◦ blue 176

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

Shades of Grey Nickel #BDBAB0

Tints of Grey Nickel #BDBAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.94%

R = 34.3%
G = 33.76%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BDBAB0 (or 0xBDBAB0) is known color: Grey Nickel. HEX triplet: BD, BA and B0. RGB value is (189,186,176). Sum of RGB (Red+Green+Blue) = 189+186+176=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAB0 is #42454F. Grayscale: #B9B9B9. Windows color (decimal): -4343120 or 11582141. OLE color: 11582141.

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

Color convert

RGB 189 186 176 -
CMYK 0 0.02 0.07 0.26
HSL 46.15º 0.09% 0.72% -
HSV(B) 46.15º 0.07% 0.74% -
XYZ 46.38 49.07 48.1 -
YUV 185.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 189 186 176 0 0.02 0.07 0.26 46.15 0.09 0.72
Hex BD BA B0 0 2 7 1A 2E 9 48
Octal 275 272 260 0 2 7 32 56 11 110
Binary 10111101 10111010 10110000 0 10 111 11010 101110 1001 1001000

Color Harmonies of #BDBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAB0

Black with #BDBAB0

Text Example


Text Example

White with #BDBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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