Html Css Color HEX #BBB9AD Grey Nickel

📋 copy color: '#BBB9AD'

red 187 ◦ green 185 ◦ blue 173

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

Shades of Grey Nickel #BBB9AD

Tints of Grey Nickel #BBB9AD

RGB

 RED value IS 187 (73.44% from 255) = 34.31%

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

 BLUE value IS 173 (67.97% from 255) = 31.74%

R = 34.31%
G = 33.94%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBB9AD (or 0xBBB9AD) is known color: Grey Nickel. HEX triplet: BB, B9 and AD. RGB value is (187,185,173). Sum of RGB (Red+Green+Blue) = 187+185+173=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9AD is #444652. Grayscale: #B8B8B8. Windows color (decimal): -4474451 or 11385275. OLE color: 11385275.

HSL color Cylindrical-coordinate representation of color #BBB9AD: hue angle of 51.43º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB9AD is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 173 -
CMYK 0 0.01 0.07 0.27
HSL 51.43º 0.09% 0.71% -
HSV(B) 51.43º 0.07% 0.73% -
XYZ 45.39 48.28 46.46 -
YUV 184.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 187 185 173 0 0.01 0.07 0.27 51.43 0.09 0.71
Hex BB B9 AD 0 1 7 1B 33 9 47
Octal 273 271 255 0 1 7 33 63 11 107
Binary 10111011 10111001 10101101 0 1 111 11011 110011 1001 1000111

Color Harmonies of #BBB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9AD

Black with #BBB9AD

Text Example


Text Example

White with #BBB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9AD; }

 p { color: rgb(187,185,173); }

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

background-color css

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

 a { background-color: rgb(187,185,173); }

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

border-color css

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

 span { border-color: rgb(187,185,173); }

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