#B0B0C0

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

Shades of Blue Haze #B0B0C0

Tints of Blue Haze #B0B0C0

Color information

#B0B0C0 (or 0xB0B0C0) is unknown color: approx Blue Haze. HEX triplet: B0, B0 and C0. RGB value is (176,176,192). Sum of RGB (Red+Green+Blue) = 176+176+192=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #B0B0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B0C0 is #4F4F3F. Grayscale: #B1B1B1. Windows color (decimal): -5197632 or 12628144. OLE color: 12628144.

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

Color convert

RGB176176192-
CMYK0.080.0800.25
HSL240º11.27%72.16%-
HSV(B)240º8.33%75.29%-
XYZ42.9444.0956.12-
YUV177.82136126.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=32.35%
G=32.35%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761761920.080.0800.2524011.2772.16
HexB0B0C088019f0b48
Octal260260300101003136013110
Binary101100001011000011000000100010000110011111000010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B0C0; }

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

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

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

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

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

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

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

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