#B8B9BF

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

Shades of Ghost #B8B9BF

Tints of Ghost #B8B9BF

Color information

#B8B9BF (or 0xB8B9BF) is unknown color: approx Ghost. HEX triplet: B8, B9 and BF. RGB value is (184,185,191). Sum of RGB (Red+Green+Blue) = 184+185+191=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B9BF is #474640. Grayscale: #B9B9B9. Windows color (decimal): -4671041 or 12564920. OLE color: 12564920.

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

Color convert

RGB184185191-
CMYK0.040.0300.25
HSL231.43º5.19%73.53%-
HSV(B)231.43º3.66%74.9%-
XYZ46.5248.6556.23-
YUV185.38131.17127.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 191 (75% from 255) = 34.11%
R=32.86%
G=33.04%
B=34.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841851910.040.0300.25231.435.1973.53
HexB8B9BF43019e754a
Octal270271277430313475112
Binary10111000101110011011111110011011001111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B9BF; }

 p { color: rgb(184,185,191); }

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

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

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

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

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

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

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