#B4B3AB

Color #B4B3AB Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #B4B3AB

Tints of Mist Grey #B4B3AB

Color information

#B4B3AB (or 0xB4B3AB) is unknown color: approx Mist Grey. HEX triplet: B4, B3 and AB. RGB value is (180,179,171). Sum of RGB (Red+Green+Blue) = 180+179+171=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B3AB is #4B4C54. Grayscale: #B2B2B2. Windows color (decimal): -4934741 or 11252660. OLE color: 11252660.

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

Color convert

RGB180179171-
CMYK00.010.050.29
HSL53.33º5.66%68.82%-
HSV(B)53.33º5%70.59%-
XYZ42.2944.8844.96-
YUV178.39123.83129.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=33.96%
G=33.77%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017917100.010.050.2953.335.6668.82
HexB4B3AB0151D35645
Octal26426325301535656105
Binary10110100101100111010101101101111011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3AB; }

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

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

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

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

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

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

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

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