#BBB9AF

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

Shades of Grey Nickel #BBB9AF

Tints of Grey Nickel #BBB9AF

Color information

#BBB9AF (or 0xBBB9AF) is unknown color: approx Grey Nickel. HEX triplet: BB, B9 and AF. RGB value is (187,185,175). Sum of RGB (Red+Green+Blue) = 187+185+175=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9AF is #444650. Grayscale: #B8B8B8. Windows color (decimal): -4474449 or 11516347. OLE color: 11516347.

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

Color convert

RGB187185175-
CMYK00.010.060.27
HSL50º8.11%70.98%-
HSV(B)50º6.42%73.33%-
XYZ45.5848.3647.49-
YUV184.46122.66129.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=34.19%
G=33.82%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718517500.010.060.27508.1170.98
HexBBB9AF0161B32847
Octal273271257016336210107
Binary101110111011100110101111011101101111001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9AF; }

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

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

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

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

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

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

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

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