#BBBBAF

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

Shades of Mist Grey #BBBBAF

Tints of Mist Grey #BBBBAF

Color information

#BBBBAF (or 0xBBBBAF) is unknown color: approx Mist Grey. HEX triplet: BB, BB and AF. RGB value is (187,187,175). Sum of RGB (Red+Green+Blue) = 187+187+175=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBAF is #444450. Grayscale: #B9B9B9. Windows color (decimal): -4473937 or 11516859. OLE color: 11516859.

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

Color convert

RGB187187175-
CMYK000.060.27
HSL60º8.11%70.98%-
HSV(B)60º6.42%73.33%-
XYZ4649.247.63-
YUV185.63122128.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=34.06%
G=34.06%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187175000.060.27608.1170.98
HexBBBBAF0061B3c847
Octal273273257006337410107
Binary101110111011101110101111001101101111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBAF; }

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

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

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

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

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

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

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

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