#B8B8BD

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

Shades of Ghost #B8B8BD

Tints of Ghost #B8B8BD

Color information

#B8B8BD (or 0xB8B8BD) is unknown color: approx Ghost. HEX triplet: B8, B8 and BD. RGB value is (184,184,189). Sum of RGB (Red+Green+Blue) = 184+184+189=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B8BD is #474742. Grayscale: #B8B8B8. Windows color (decimal): -4671299 or 12433592. OLE color: 12433592.

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

Color convert

RGB184184189-
CMYK0.030.0300.26
HSL240º3.65%73.14%-
HSV(B)240º2.65%74.12%-
XYZ46.0948.1555.01-
YUV184.57130.5127.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 184 (72.27% from 255) = 33.03%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=33.03%
G=33.03%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841841890.030.0300.262403.6573.14
HexB8B8BD3301Af0449
Octal270270275330323604111
Binary1011100010111000101111011111011010111100001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B8BD; }

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

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

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

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

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

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

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

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