#B5B1C0

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

Shades of Blue Haze #B5B1C0

Tints of Blue Haze #B5B1C0

Color information

#B5B1C0 (or 0xB5B1C0) is unknown color: approx Blue Haze. HEX triplet: B5, B1 and C0. RGB value is (181,177,192). Sum of RGB (Red+Green+Blue) = 181+177+192=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #B5B1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B1C0 is #4A4E3F. Grayscale: #B3B3B3. Windows color (decimal): -4869696 or 12628405. OLE color: 12628405.

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

Color convert

RGB181177192-
CMYK0.060.0800.25
HSL256º10.64%72.35%-
HSV(B)256º7.81%75.29%-
XYZ44.2945.0756.23-
YUV179.91134.83128.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=32.91%
G=32.18%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811771920.060.0800.2525610.6472.35
HexB5B1C068019100b48
Octal26526130061003140013110
Binary101101011011000111000000110100001100110000000010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B1C0; }

 p { color: rgb(181,177,192); }

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

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

 a { background-color: rgb(181,177,192); }

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

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

 span { border-color: rgb(181,177,192); }

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