#B9BAC6

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

Shades of Ghost #B9BAC6

Tints of Ghost #B9BAC6

Color information

#B9BAC6 (or 0xB9BAC6) is unknown color: approx Ghost. HEX triplet: B9, BA and C6. RGB value is (185,186,198). Sum of RGB (Red+Green+Blue) = 185+186+198=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 198 - color contains mainly: blue. Hex color #B9BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAC6 is #464539. Grayscale: #BBBBBB. Windows color (decimal): -4605242 or 13023929. OLE color: 13023929.

HSL color Cylindrical-coordinate representation of color #B9BAC6: hue angle of 235.38º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9BAC6 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185186198-
CMYK0.070.0600.22
HSL235.38º10.24%75.1%-
HSV(B)235.38º6.57%77.65%-
XYZ47.7649.5160.47-
YUV187.07134.17126.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 198 (77.73% from 255) = 34.80%
R=32.51%
G=32.69%
B=34.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851861980.070.0600.22235.3810.2475.1
HexB9BAC676016eba4b
Octal2712723067602635312113
Binary1011100110111010110001101111100101101110101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAC6; }

 p { color: rgb(185,186,198); }

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

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

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

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

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

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

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