#BBBBAC

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

Shades of Mist Grey #BBBBAC

Tints of Mist Grey #BBBBAC

Color information

#BBBBAC (or 0xBBBBAC) is unknown color: approx Mist Grey. HEX triplet: BB, BB and AC. RGB value is (187,187,172). Sum of RGB (Red+Green+Blue) = 187+187+172=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBAC is #444453. Grayscale: #B9B9B9. Windows color (decimal): -4473940 or 11320251. OLE color: 11320251.

HSL color Cylindrical-coordinate representation of color #BBBBAC: hue angle of 60º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBBAC is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB187187172-
CMYK000.080.27
HSL60º9.93%70.39%-
HSV(B)60º8.02%73.33%-
XYZ45.7149.0846.09-
YUV185.29120.5129.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=34.25%
G=34.25%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187172000.080.27609.9370.39
HexBBBBAC0081B3ca46
Octal2732732540010337412106
Binary1011101110111011101011000010001101111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBAC; }

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

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

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

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

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

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

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

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