#B4B0C0

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

Shades of Blue Haze #B4B0C0

Tints of Blue Haze #B4B0C0

Color information

#B4B0C0 (or 0xB4B0C0) is unknown color: approx Blue Haze. HEX triplet: B4, B0 and C0. RGB value is (180,176,192). Sum of RGB (Red+Green+Blue) = 180+176+192=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #B4B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0C0 is #4B4F3F. Grayscale: #B2B2B2. Windows color (decimal): -4935488 or 12628148. OLE color: 12628148.

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

Color convert

RGB180176192-
CMYK0.060.0800.25
HSL255º11.27%72.16%-
HSV(B)255º8.33%75.29%-
XYZ43.8644.5656.16-
YUV179.02135.33128.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=32.85%
G=32.12%
B=35.04%

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
Decimal1801761920.060.0800.2525511.2772.16
HexB4B0C068019ffb48
Octal26426030061003137713110
Binary10110100101100001100000011010000110011111111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0C0; }

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

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

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

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

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

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

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

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