#B0B0BE

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

Shades of Ghost #B0B0BE

Tints of Ghost #B0B0BE

Color information

#B0B0BE (or 0xB0B0BE) is unknown color: approx Ghost. HEX triplet: B0, B0 and BE. RGB value is (176,176,190). Sum of RGB (Red+Green+Blue) = 176+176+190=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B0BE is #4F4F41. Grayscale: #B1B1B1. Windows color (decimal): -5197634 or 12497072. OLE color: 12497072.

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

Color convert

RGB176176190-
CMYK0.070.0700.25
HSL240º9.72%71.76%-
HSV(B)240º7.37%74.51%-
XYZ42.724454.96-
YUV177.6135126.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=32.47%
G=32.47%
B=35.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761761900.070.0700.252409.7271.76
HexB0B0BE77019f0a48
Octal2602602767703136012110
Binary1011000010110000101111101111110110011111000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B0BE; }

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

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

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

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

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

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

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

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