#B5B4BF

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

Shades of Ghost #B5B4BF

Tints of Ghost #B5B4BF

Color information

#B5B4BF (or 0xB5B4BF) is unknown color: approx Ghost. HEX triplet: B5, B4 and BF. RGB value is (181,180,191). Sum of RGB (Red+Green+Blue) = 181+180+191=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B4BF is #4A4B40. Grayscale: #B5B5B5. Windows color (decimal): -4868929 or 12563637. OLE color: 12563637.

HSL color Cylindrical-coordinate representation of color #B5B4BF: hue angle of 245.45º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5B4BF is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181180191-
CMYK0.050.0600.25
HSL245.45º7.91%72.75%-
HSV(B)245.45º5.76%74.9%-
XYZ44.7846.2355.85-
YUV181.55133.33127.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 191 (75% from 255) = 34.60%
R=32.79%
G=32.61%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811801910.050.0600.25245.457.9172.75
HexB5B4BF56019f5849
Octal2652642775603136510111
Binary1011010110110100101111111011100110011111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4BF; }

 p { color: rgb(181,180,191); }

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

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

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

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

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

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

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