#B2B1BE

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

Shades of Ghost #B2B1BE

Tints of Ghost #B2B1BE

Color information

#B2B1BE (or 0xB2B1BE) is unknown color: approx Ghost. HEX triplet: B2, B1 and BE. RGB value is (178,177,190). Sum of RGB (Red+Green+Blue) = 178+177+190=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B1BE is #4D4E41. Grayscale: #B2B2B2. Windows color (decimal): -5066306 or 12497330. OLE color: 12497330.

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

Color convert

RGB178177190-
CMYK0.060.0700.25
HSL244.62º9.09%71.96%-
HSV(B)244.62º6.84%74.51%-
XYZ43.3844.6355.04-
YUV178.78134.33127.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=32.66%
G=32.48%
B=34.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781771900.060.0700.25244.629.0971.96
HexB2B1BE67019f5948
Octal2622612766703136511110
Binary1011001010110001101111101101110110011111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B1BE; }

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

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

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

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

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

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

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

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