#B2AEAE

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

Shades of Dark Gray #B2AEAE

Tints of Dark Gray #B2AEAE

Color information

#B2AEAE (or 0xB2AEAE) is unknown color: approx Dark Gray. HEX triplet: B2, AE and AE. RGB value is (178,174,174). Sum of RGB (Red+Green+Blue) = 178+174+174=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AEAE is #4D5151. Grayscale: #AFAFAF. Windows color (decimal): -5067090 or 11447986. OLE color: 11447986.

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

Color convert

RGB178174174-
CMYK00.020.020.30
HSL2.53%69.02%-
HSV(B)2.25%69.8%-
XYZ41.1442.7946.14-
YUV175.2127.33130-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=33.84%
G=33.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817417400.020.020.3002.5369.02
HexB2AEAE0221E0345
Octal2622562560223603105
Binary10110010101011101010111001010111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEAE; }

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

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

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

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

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

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

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

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