#BBB8AE

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

Shades of Grey Nickel #BBB8AE

Tints of Grey Nickel #BBB8AE

Color information

#BBB8AE (or 0xBBB8AE) is unknown color: approx Grey Nickel. HEX triplet: BB, B8 and AE. RGB value is (187,184,174). Sum of RGB (Red+Green+Blue) = 187+184+174=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB8AE is #444751. Grayscale: #B7B7B7. Windows color (decimal): -4474706 or 11450555. OLE color: 11450555.

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

Color convert

RGB187184174-
CMYK00.020.070.27
HSL46.15º8.72%70.78%-
HSV(B)46.15º6.95%73.33%-
XYZ45.2747.946.9-
YUV183.76122.49130.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=34.31%
G=33.76%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718417400.020.070.2746.158.7270.78
HexBBB8AE0271B2e947
Octal273270256027335611107
Binary1011101110111000101011100101111101110111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8AE; }

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

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

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

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

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

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

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

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