#B8B8BE

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

Shades of Ghost #B8B8BE

Tints of Ghost #B8B8BE

Color information

#B8B8BE (or 0xB8B8BE) is unknown color: approx Ghost. HEX triplet: B8, B8 and BE. RGB value is (184,184,190). Sum of RGB (Red+Green+Blue) = 184+184+190=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B8BE is #474741. Grayscale: #B8B8B8. Windows color (decimal): -4671298 or 12499128. OLE color: 12499128.

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

Color convert

RGB184184190-
CMYK0.030.0300.25
HSL240º4.41%73.33%-
HSV(B)240º3.16%74.51%-
XYZ46.248.1955.58-
YUV184.68131127.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=32.97%
G=32.97%
B=34.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841841900.030.0300.252404.4173.33
HexB8B8BE33019f0449
Octal270270276330313604111
Binary1011100010111000101111101111011001111100001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B8BE; }

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

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

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

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

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

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

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

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