#B4B3A8

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

Shades of Mist Grey #B4B3A8

Tints of Mist Grey #B4B3A8

Color information

#B4B3A8 (or 0xB4B3A8) is unknown color: approx Mist Grey. HEX triplet: B4, B3 and A8. RGB value is (180,179,168). Sum of RGB (Red+Green+Blue) = 180+179+168=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B3A8 is #4B4C57. Grayscale: #B2B2B2. Windows color (decimal): -4934744 or 11056052. OLE color: 11056052.

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

Color convert

RGB180179168-
CMYK00.010.070.29
HSL55º7.41%68.24%-
HSV(B)55º6.67%70.59%-
XYZ42.0144.7743.47-
YUV178.04122.33129.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=34.16%
G=33.97%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017916800.010.070.29557.4168.24
HexB4B3A80171D37744
Octal26426325001735677104
Binary10110100101100111010100001111111011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3A8; }

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

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

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

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

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

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

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

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