#B3B0C0

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

Shades of Blue Haze #B3B0C0

Tints of Blue Haze #B3B0C0

Color information

#B3B0C0 (or 0xB3B0C0) is unknown color: approx Blue Haze. HEX triplet: B3, B0 and C0. RGB value is (179,176,192). Sum of RGB (Red+Green+Blue) = 179+176+192=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0C0 is #4C4F3F. Grayscale: #B2B2B2. Windows color (decimal): -5001024 or 12628147. OLE color: 12628147.

HSL color Cylindrical-coordinate representation of color #B3B0C0: hue angle of 251.25º 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 #B3B0C0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179176192-
CMYK0.070.0800.25
HSL251.25º11.27%72.16%-
HSV(B)251.25º8.33%75.29%-
XYZ43.6344.4456.15-
YUV178.72135.49128.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=32.72%
G=32.18%
B=35.10%

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
Decimal1791761920.070.0800.25251.2511.2772.16
HexB3B0C078019fbb48
Octal26326030071003137313110
Binary10110011101100001100000011110000110011111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0C0; }

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

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

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

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

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

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

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

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