#B1B1BE

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

Shades of Ghost #B1B1BE

Tints of Ghost #B1B1BE

Color information

#B1B1BE (or 0xB1B1BE) is unknown color: approx Ghost. HEX triplet: B1, B1 and BE. RGB value is (177,177,190). Sum of RGB (Red+Green+Blue) = 177+177+190=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B1BE is #4E4E41. Grayscale: #B2B2B2. Windows color (decimal): -5131842 or 12497329. OLE color: 12497329.

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

Color convert

RGB177177190-
CMYK0.070.0700.25
HSL240º9.09%71.96%-
HSV(B)240º6.84%74.51%-
XYZ43.1544.5155.03-
YUV178.48134.5126.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=32.54%
G=32.54%
B=34.93%

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
Decimal1771771900.070.0700.252409.0971.96
HexB1B1BE77019f0948
Octal2612612767703136011110
Binary1011000110110001101111101111110110011111000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B1BE; }

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

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

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

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

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

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

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

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