#B2AFAF

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

Shades of Dark Gray #B2AFAF

Tints of Dark Gray #B2AFAF

Color information

#B2AFAF (or 0xB2AFAF) is unknown color: approx Dark Gray. HEX triplet: B2, AF and AF. RGB value is (178,175,175). Sum of RGB (Red+Green+Blue) = 178+175+175=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AFAF is #4D5050. Grayscale: #AFAFAF. Windows color (decimal): -5066833 or 11513778. OLE color: 11513778.

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

Color convert

RGB178175175-
CMYK00.020.020.30
HSL1.91%69.22%-
HSV(B)1.69%69.8%-
XYZ41.4343.2246.72-
YUV175.9127.49129.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 175 (68.75% 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.30
SystemRedGreenBlueCMYKHSL
Decimal17817517500.020.020.3001.9169.22
HexB2AFAF0221E0245
Octal2622572570223602105
Binary10110010101011111010111101010111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFAF; }

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

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

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

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

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

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

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

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