#B4B0C6

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

Shades of Blue Haze #B4B0C6

Tints of Blue Haze #B4B0C6

Color information

#B4B0C6 (or 0xB4B0C6) is unknown color: approx Blue Haze. HEX triplet: B4, B0 and C6. RGB value is (180,176,198). Sum of RGB (Red+Green+Blue) = 180+176+198=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #B4B0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0C6 is #4B4F39. Grayscale: #B3B3B3. Windows color (decimal): -4935482 or 13021364. OLE color: 13021364.

HSL color Cylindrical-coordinate representation of color #B4B0C6: hue angle of 250.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4B0C6 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180176198-
CMYK0.090.1100.22
HSL250.91º16.18%73.33%-
HSV(B)250.91º11.11%77.65%-
XYZ44.5444.8359.73-
YUV179.7138.33128.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=32.49%
G=31.77%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801761980.090.1100.22250.9116.1873.33
HexB4B0C69B016fb1049
Octal264260306111302637320111
Binary1011010010110000110001101001101101011011111011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0C6; }

 p { color: rgb(180,176,198); }

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

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

 a { background-color: rgb(180,176,198); }

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

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

 span { border-color: rgb(180,176,198); }

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