#B5B2BF

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

Shades of Blue Haze #B5B2BF

Tints of Blue Haze #B5B2BF

Color information

#B5B2BF (or 0xB5B2BF) is unknown color: approx Blue Haze. HEX triplet: B5, B2 and BF. RGB value is (181,178,191). Sum of RGB (Red+Green+Blue) = 181+178+191=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2BF is #4A4D40. Grayscale: #B4B4B4. Windows color (decimal): -4869441 or 12563125. OLE color: 12563125.

HSL color Cylindrical-coordinate representation of color #B5B2BF: hue angle of 253.85º 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 #B5B2BF is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181178191-
CMYK0.050.0700.25
HSL253.85º9.22%72.35%-
HSV(B)253.85º6.81%74.9%-
XYZ44.3845.4355.72-
YUV180.38133.99128.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 191 (75% from 255) = 34.73%
R=32.91%
G=32.36%
B=34.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811781910.050.0700.25253.859.2272.35
HexB5B2BF57019fe948
Octal2652622775703137611110
Binary1011010110110010101111111011110110011111111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B2BF; }

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

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

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

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

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

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

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

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