#B3B0C1

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

Shades of Blue Haze #B3B0C1

Tints of Blue Haze #B3B0C1

Color information

#B3B0C1 (or 0xB3B0C1) is unknown color: approx Blue Haze. HEX triplet: B3, B0 and C1. RGB value is (179,176,193). Sum of RGB (Red+Green+Blue) = 179+176+193=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0C1 is #4C4F3E. Grayscale: #B2B2B2. Windows color (decimal): -5001023 or 12693683. OLE color: 12693683.

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

Color convert

RGB179176193-
CMYK0.070.0900.24
HSL250.59º12.06%72.35%-
HSV(B)250.59º8.81%75.69%-
XYZ43.7444.4856.73-
YUV178.84135.99128.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=32.66%
G=32.12%
B=35.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791761930.070.0900.24250.5912.0672.35
HexB3B0C179018fbc48
Octal26326030171103037314110
Binary10110011101100001100000111110010110001111101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0C1; }

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

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

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

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

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

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

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

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