#B9B9BB

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

Shades of Ghost #B9B9BB

Tints of Ghost #B9B9BB

Color information

#B9B9BB (or 0xB9B9BB) is unknown color: approx Ghost. HEX triplet: B9, B9 and BB. RGB value is (185,185,187). Sum of RGB (Red+Green+Blue) = 185+185+187=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B9BB is #464644. Grayscale: #B9B9B9. Windows color (decimal): -4605509 or 12302777. OLE color: 12302777.

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

Color convert

RGB185185187-
CMYK0.010.0100.27
HSL240º1.45%72.94%-
HSV(B)240º1.07%73.33%-
XYZ46.3348.653.95-
YUV185.23129127.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=33.21%
G=33.21%
B=33.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851851870.010.0100.272401.4572.94
HexB9B9BB1101Bf0149
Octal271271273110333601111
Binary101110011011100110111011110110111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B9BB; }

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

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

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

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

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

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

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

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