#BBB9AD

Color #BBB9AD Grey Nickel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nickel #BBB9AD

Tints of Grey Nickel #BBB9AD

Color information

#BBB9AD (or 0xBBB9AD) is unknown color: approx 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

RGB187185173-
CMYK00.010.070.27
HSL51.43º9.33%70.59%-
HSV(B)51.43º7.49%73.33%-
XYZ45.3948.2846.46-
YUV184.23121.66129.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718517300.010.070.2751.439.3370.59
HexBBB9AD0171B33947
Octal273271255017336311107
Binary101110111011100110101101011111101111001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>