Html Css Color HEX #B2ACAC Dark Gray

📋 copy color: '#B2ACAC'

red 178 ◦ green 172 ◦ blue 172

#B2ACAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Gray #B2ACAC

Tints of Dark Gray #B2ACAC

RGB

 RED value IS 178 (69.92% from 255) = 34.1%

 GREEN value IS 172 (67.58% from 255) = 32.95%

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 34.1%
G = 32.95%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B2ACAC (or 0xB2ACAC) is known color: Dark Gray. HEX triplet: B2, AC and AC. RGB value is (178,172,172). Sum of RGB (Red+Green+Blue) = 178+172+172=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ACAC is #4D5353. Grayscale: #ADADAD. Windows color (decimal): -5067604 or 11316402. OLE color: 11316402.

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

Color convert

RGB 178 172 172 -
CMYK 0 0.03 0.03 0.30
HSL 0.04% 0.69% -
HSV(B) 0.03% 0.7% -
XYZ 40.56 41.95 44.99 -
YUV 173.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 178 172 172 0 0.03 0.03 0.30 0 0.04 0.69
Hex B2 AC AC 0 3 3 1E 0 4 45
Octal 262 254 254 0 3 3 36 0 4 105
Binary 10110010 10101100 10101100 0 11 11 11110 0 100 1000101

Color Harmonies of #B2ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACAC

Black with #B2ACAC

Text Example


Text Example

White with #B2ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACAC; }

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

 H1.HeaderClassName
 {
   color: #B2ACAC;
 }
 .AnyTagClassName
 {
   color: #B2ACAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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