#B9B9BF

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

Shades of Ghost #B9B9BF

Tints of Ghost #B9B9BF

Color information

#B9B9BF (or 0xB9B9BF) is unknown color: approx Ghost. HEX triplet: B9, B9 and BF. RGB value is (185,185,191). Sum of RGB (Red+Green+Blue) = 185+185+191=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B9BF is #464640. Grayscale: #B9B9B9. Windows color (decimal): -4605505 or 12564921. OLE color: 12564921.

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

Color convert

RGB185185191-
CMYK0.030.0300.25
HSL240º4.48%73.73%-
HSV(B)240º3.14%74.9%-
XYZ46.7648.7756.24-
YUV185.68131127.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 191 (75% from 255) = 34.05%
R=32.98%
G=32.98%
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
Decimal1851851910.030.0300.252404.4873.73
HexB9B9BF33019f044a
Octal271271277330313604112
Binary1011100110111001101111111111011001111100001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B9BF; }

 p { color: rgb(185,185,191); }

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

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

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

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

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

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

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