#BBB8AC

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

Shades of Grey Nickel #BBB8AC

Tints of Grey Nickel #BBB8AC

Color information

#BBB8AC (or 0xBBB8AC) is unknown color: approx Grey Nickel. HEX triplet: BB, B8 and AC. RGB value is (187,184,172). Sum of RGB (Red+Green+Blue) = 187+184+172=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB8AC is #444753. Grayscale: #B7B7B7. Windows color (decimal): -4474708 or 11319483. OLE color: 11319483.

HSL color Cylindrical-coordinate representation of color #BBB8AC: hue angle of 48º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB8AC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB187184172-
CMYK00.020.080.27
HSL48º9.93%70.39%-
HSV(B)48º8.02%73.33%-
XYZ45.0847.8245.88-
YUV183.53121.49130.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 184 (72.27% from 255) = 33.89%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=34.44%
G=33.89%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718417200.020.080.27489.9370.39
HexBBB8AC0281B30a46
Octal2732702540210336012106
Binary10111011101110001010110001010001101111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8AC; }

 p { color: rgb(187,184,172); }

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

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

 a { background-color: rgb(187,184,172); }

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

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

 span { border-color: rgb(187,184,172); }

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