#B9BAC2

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

Shades of Ghost #B9BAC2

Tints of Ghost #B9BAC2

Color information

#B9BAC2 (or 0xB9BAC2) is unknown color: approx Ghost. HEX triplet: B9, BA and C2. RGB value is (185,186,194). Sum of RGB (Red+Green+Blue) = 185+186+194=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAC2 is #46453D. Grayscale: #BABABA. Windows color (decimal): -4605246 or 12761785. OLE color: 12761785.

HSL color Cylindrical-coordinate representation of color #B9BAC2: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9BAC2 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185186194-
CMYK0.050.0400.24
HSL233.33º6.87%74.31%-
HSV(B)233.33º4.64%76.08%-
XYZ47.349.3358.07-
YUV186.61132.17126.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=32.74%
G=32.92%
B=34.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851861940.050.0400.24233.336.8774.31
HexB9BAC254018e974a
Octal271272302540303517112
Binary101110011011101011000010101100011000111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAC2; }

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

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

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

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

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

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

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

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