#B4ABAA

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

Shades of Dark Gray #B4ABAA

Tints of Dark Gray #B4ABAA

Color information

#B4ABAA (or 0xB4ABAA) is unknown color: approx Dark Gray. HEX triplet: B4, AB and AA. RGB value is (180,171,170). Sum of RGB (Red+Green+Blue) = 180+171+170=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABAA is #4B5455. Grayscale: #ADADAD. Windows color (decimal): -4936790 or 11185076. OLE color: 11185076.

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

Color convert

RGB180171170-
CMYK00.050.060.29
HSL6.25%68.63%-
HSV(B)5.56%70.59%-
XYZ40.6441.7343.94-
YUV173.58125.98132.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=34.55%
G=32.82%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017117000.050.060.2966.2568.63
HexB4ABAA0561D6645
Octal2642532520563566105
Binary1011010010101011101010100101110111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABAA; }

 p { color: rgb(180,171,170); }

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

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

 a { background-color: rgb(180,171,170); }

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

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

 span { border-color: rgb(180,171,170); }

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