#B4B2BF

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

Shades of Blue Haze #B4B2BF

Tints of Blue Haze #B4B2BF

Color information

#B4B2BF (or 0xB4B2BF) is unknown color: approx Blue Haze. HEX triplet: B4, B2 and BF. RGB value is (180,178,191). Sum of RGB (Red+Green+Blue) = 180+178+191=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B2BF is #4B4D40. Grayscale: #B4B4B4. Windows color (decimal): -4934977 or 12563124. OLE color: 12563124.

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

Color convert

RGB180178191-
CMYK0.060.0700.25
HSL249.23º9.22%72.35%-
HSV(B)249.23º6.81%74.9%-
XYZ44.1545.3155.71-
YUV180.08134.16127.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 178 (69.92% from 255) = 32.42%
BLUE value IS 191 (75% from 255) = 34.79%
R=32.79%
G=32.42%
B=34.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801781910.060.0700.25249.239.2272.35
HexB4B2BF67019f9948
Octal2642622776703137111110
Binary1011010010110010101111111101110110011111100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B2BF; }

 p { color: rgb(180,178,191); }

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

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

 a { background-color: rgb(180,178,191); }

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

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

 span { border-color: rgb(180,178,191); }

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