#B8B9BE

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

Shades of Ghost #B8B9BE

Tints of Ghost #B8B9BE

Color information

#B8B9BE (or 0xB8B9BE) is unknown color: approx Ghost. HEX triplet: B8, B9 and BE. RGB value is (184,185,190). Sum of RGB (Red+Green+Blue) = 184+185+190=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B9BE is #474641. Grayscale: #B9B9B9. Windows color (decimal): -4671042 or 12499384. OLE color: 12499384.

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

Color convert

RGB184185190-
CMYK0.030.0300.25
HSL230º4.41%73.33%-
HSV(B)230º3.16%74.51%-
XYZ46.4148.6155.65-
YUV185.27130.67127.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=32.92%
G=33.09%
B=33.99%

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
Decimal1841851900.030.0300.252304.4173.33
HexB8B9BE33019e6449
Octal270271276330313464111
Binary1011100010111001101111101111011001111001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B9BE; }

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

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

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

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

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

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

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

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