#BBB9AE

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

Shades of Grey Nickel #BBB9AE

Tints of Grey Nickel #BBB9AE

Color information

#BBB9AE (or 0xBBB9AE) is unknown color: approx Grey Nickel. HEX triplet: BB, B9 and AE. RGB value is (187,185,174). Sum of RGB (Red+Green+Blue) = 187+185+174=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9AE is #444651. Grayscale: #B8B8B8. Windows color (decimal): -4474450 or 11450811. OLE color: 11450811.

HSL color Cylindrical-coordinate representation of color #BBB9AE: hue angle of 50.77º 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 #BBB9AE is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187185174-
CMYK00.010.070.27
HSL50.77º8.72%70.78%-
HSV(B)50.77º6.95%73.33%-
XYZ45.4848.3246.97-
YUV184.34122.16129.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=34.25%
G=33.88%
B=31.87%

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
Decimal18718517400.010.070.2750.778.7270.78
HexBBB9AE0171B33947
Octal273271256017336311107
Binary101110111011100110101110011111101111001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9AE; }

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

 H1.HeaderClassName
 {
   color: #BBB9AE;
 }
 .AnyTagClassName
 {
   color: #BBB9AE;
 }
</style>
background-color css

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

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

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

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

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

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