#B2B0C1

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

Shades of Blue Haze #B2B0C1

Tints of Blue Haze #B2B0C1

Color information

#B2B0C1 (or 0xB2B0C1) is unknown color: approx Blue Haze. HEX triplet: B2, B0 and C1. RGB value is (178,176,193). Sum of RGB (Red+Green+Blue) = 178+176+193=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0C1 is #4D4F3E. Grayscale: #B2B2B2. Windows color (decimal): -5066559 or 12693682. OLE color: 12693682.

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

Color convert

RGB178176193-
CMYK0.080.0900.24
HSL247.06º12.06%72.35%-
HSV(B)247.06º8.81%75.69%-
XYZ43.5144.3756.72-
YUV178.54136.16127.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=32.54%
G=32.18%
B=35.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781761930.080.0900.24247.0612.0672.35
HexB2B0C189018f7c48
Octal262260301101103036714110
Binary101100101011000011000001100010010110001111011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B0C1; }

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

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

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

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

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

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

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

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