#B4B5BF

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

Shades of Ghost #B4B5BF

Tints of Ghost #B4B5BF

Color information

#B4B5BF (or 0xB4B5BF) is unknown color: approx Ghost. HEX triplet: B4, B5 and BF. RGB value is (180,181,191). Sum of RGB (Red+Green+Blue) = 180+181+191=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 181 (71.09% from 255 or 32.79% 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 #B4B5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B5BF is #4B4A40. Grayscale: #B5B5B5. Windows color (decimal): -4934209 or 12563892. OLE color: 12563892.

HSL color Cylindrical-coordinate representation of color #B4B5BF: hue angle of 234.55º 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 #B4B5BF is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180181191-
CMYK0.060.0500.25
HSL234.55º7.91%72.75%-
HSV(B)234.55º5.76%74.9%-
XYZ44.7546.5155.91-
YUV181.84133.17126.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801811910.060.0500.25234.557.9172.75
HexB4B5BF65019eb849
Octal2642652776503135310111
Binary1011010010110101101111111101010110011110101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B5BF; }

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

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

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

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

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

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

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

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