#BBB8AB

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

Shades of Grey Nickel #BBB8AB

Tints of Grey Nickel #BBB8AB

Color information

#BBB8AB (or 0xBBB8AB) is unknown color: approx Grey Nickel. HEX triplet: BB, B8 and AB. RGB value is (187,184,171). Sum of RGB (Red+Green+Blue) = 187+184+171=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB8AB is #444754. Grayscale: #B7B7B7. Windows color (decimal): -4474709 or 11253947. OLE color: 11253947.

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

Color convert

RGB187184171-
CMYK00.020.090.27
HSL48.75º10.53%70.2%-
HSV(B)48.75º8.56%73.33%-
XYZ44.9847.7945.38-
YUV183.42120.99130.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=34.50%
G=33.95%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718417100.020.090.2748.7510.5370.2
HexBBB8AB0291B31b46
Octal2732702530211336113106
Binary10111011101110001010101101010011101111000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8AB; }

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

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

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

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

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

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

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

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