#B1AEAE

Color #B1AEAE Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #B1AEAE

Tints of Dark Gray #B1AEAE

Color information

#B1AEAE (or 0xB1AEAE) is unknown color: approx Dark Gray. HEX triplet: B1, AE and AE. RGB value is (177,174,174). Sum of RGB (Red+Green+Blue) = 177+174+174=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AEAE is #4E5151. Grayscale: #AEAEAE. Windows color (decimal): -5132626 or 11447985. OLE color: 11447985.

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

Color convert

RGB177174174-
CMYK00.020.020.31
HSL1.89%68.82%-
HSV(B)1.69%69.41%-
XYZ40.9142.6846.13-
YUV174.9127.49129.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=33.71%
G=33.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717417400.020.020.3101.8968.82
HexB1AEAE0221F0245
Octal2612562560223702105
Binary10110001101011101010111001010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEAE; }

 p { color: rgb(177,174,174); }

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

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

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

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

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

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

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