#B5B0C1

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

Shades of Blue Haze #B5B0C1

Tints of Blue Haze #B5B0C1

Color information

#B5B0C1 (or 0xB5B0C1) is unknown color: approx Blue Haze. HEX triplet: B5, B0 and C1. RGB value is (181,176,193). Sum of RGB (Red+Green+Blue) = 181+176+193=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0C1 is #4A4F3E. Grayscale: #B3B3B3. Windows color (decimal): -4869951 or 12693685. OLE color: 12693685.

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

Color convert

RGB181176193-
CMYK0.060.0900.24
HSL257.65º12.06%72.35%-
HSV(B)257.65º8.81%75.69%-
XYZ44.2144.7256.75-
YUV179.43135.66129.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=32.91%
G=32%
B=35.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811761930.060.0900.24257.6512.0672.35
HexB5B0C169018102c48
Octal26526030161103040214110
Binary101101011011000011000001110100101100010000001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0C1; }

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

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

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

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

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

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

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

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