#B0AEAE

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

Shades of Dark Gray #B0AEAE

Tints of Dark Gray #B0AEAE

Color information

#B0AEAE (or 0xB0AEAE) is unknown color: approx Dark Gray. HEX triplet: B0, AE and AE. RGB value is (176,174,174). Sum of RGB (Red+Green+Blue) = 176+174+174=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AEAE is #4F5151. Grayscale: #AEAEAE. Windows color (decimal): -5198162 or 11447984. OLE color: 11447984.

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

Color convert

RGB176174174-
CMYK00.010.010.31
HSL1.25%68.63%-
HSV(B)1.14%69.02%-
XYZ40.6842.5646.11-
YUV174.6127.66129-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=33.59%
G=33.21%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617417400.010.010.3101.2568.63
HexB0AEAE0111F0145
Octal2602562560113701105
Binary10110000101011101010111001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEAE; }

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

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

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

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

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

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

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

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