#B3B1C0

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

Shades of Blue Haze #B3B1C0

Tints of Blue Haze #B3B1C0

Color information

#B3B1C0 (or 0xB3B1C0) is unknown color: approx Blue Haze. HEX triplet: B3, B1 and C0. RGB value is (179,177,192). Sum of RGB (Red+Green+Blue) = 179+177+192=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3B1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B1C0 is #4C4E3F. Grayscale: #B3B3B3. Windows color (decimal): -5000768 or 12628403. OLE color: 12628403.

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

Color convert

RGB179177192-
CMYK0.070.0800.25
HSL248º10.64%72.35%-
HSV(B)248º7.81%75.29%-
XYZ43.8344.8356.21-
YUV179.31135.16127.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=32.66%
G=32.30%
B=35.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791771920.070.0800.2524810.6472.35
HexB3B1C078019f8b48
Octal26326130071003137013110
Binary10110011101100011100000011110000110011111100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B1C0; }

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

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

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

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

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

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

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

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