#B3B1BE

Color #B3B1BE Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B3B1BE

Tints of Blue Haze #B3B1BE

Color information

#B3B1BE (or 0xB3B1BE) is unknown color: approx Blue Haze. HEX triplet: B3, B1 and BE. RGB value is (179,177,190). Sum of RGB (Red+Green+Blue) = 179+177+190=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B1BE is #4C4E41. Grayscale: #B3B3B3. Windows color (decimal): -5000770 or 12497331. OLE color: 12497331.

HSL color Cylindrical-coordinate representation of color #B3B1BE: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3B1BE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179177190-
CMYK0.060.0700.25
HSL249.23º9.09%71.96%-
HSV(B)249.23º6.84%74.51%-
XYZ43.6144.7555.05-
YUV179.08134.16127.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=32.78%
G=32.42%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791771900.060.0700.25249.239.0971.96
HexB3B1BE67019f9948
Octal2632612766703137111110
Binary1011001110110001101111101101110110011111100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B1BE; }

 p { color: rgb(179,177,190); }

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

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

 a { background-color: rgb(179,177,190); }

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

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

 span { border-color: rgb(179,177,190); }

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