#B3B1C9

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

Shades of Blue Haze #B3B1C9

Tints of Blue Haze #B3B1C9

Color information

#B3B1C9 (or 0xB3B1C9) is unknown color: approx Blue Haze. HEX triplet: B3, B1 and C9. RGB value is (179,177,201). Sum of RGB (Red+Green+Blue) = 179+177+201=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3B1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B1C9 is #4C4E36. Grayscale: #B4B4B4. Windows color (decimal): -5000759 or 13218227. OLE color: 13218227.

HSL color Cylindrical-coordinate representation of color #B3B1C9: hue angle of 245º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3B1C9 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179177201-
CMYK0.110.1200.21
HSL245º18.18%74.12%-
HSV(B)245º11.94%78.82%-
XYZ44.8645.2561.63-
YUV180.33139.66127.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 201 (78.91% from 255) = 36.09%
R=32.14%
G=31.78%
B=36.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791772010.110.1200.2124518.1874.12
HexB3B1C9BC015f5124a
Octal263261311131402536522112
Binary1011001110110001110010011011110001010111110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B1C9; }

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

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

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

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

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

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

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

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