#B3B2C4

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

Shades of Blue Haze #B3B2C4

Tints of Blue Haze #B3B2C4

Color information

#B3B2C4 (or 0xB3B2C4) is unknown color: approx Blue Haze. HEX triplet: B3, B2 and C4. RGB value is (179,178,196). Sum of RGB (Red+Green+Blue) = 179+178+196=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #B3B2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2C4 is #4C4D3B. Grayscale: #B4B4B4. Windows color (decimal): -5000508 or 12890803. OLE color: 12890803.

HSL color Cylindrical-coordinate representation of color #B3B2C4: hue angle of 243.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3B2C4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179178196-
CMYK0.090.0900.23
HSL243.33º13.24%73.33%-
HSV(B)243.33º9.18%76.86%-
XYZ44.4745.4158.65-
YUV180.35136.83127.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=32.37%
G=32.19%
B=35.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791781960.090.0900.23243.3313.2473.33
HexB3B2C499017f3d49
Octal263262304111102736315111
Binary101100111011001011000100100110010101111111001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2C4; }

 p { color: rgb(179,178,196); }

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

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

 a { background-color: rgb(179,178,196); }

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

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

 span { border-color: rgb(179,178,196); }

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