#BFBEC3

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

Shades of Ghost #BFBEC3

Tints of Ghost #BFBEC3

Color information

#BFBEC3 (or 0xBFBEC3) is unknown color: approx Ghost. HEX triplet: BF, BE and C3. RGB value is (191,190,195). Sum of RGB (Red+Green+Blue) = 191+190+195=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC3 is #40413C. Grayscale: #BEBEBE. Windows color (decimal): -4211005 or 12828351. OLE color: 12828351.

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

Color convert

RGB191190195-
CMYK0.020.0300.24
HSL252º4%75.49%-
HSV(B)252º2.56%76.47%-
XYZ49.7551.8459.01-
YUV190.87130.33128.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 195 (76.56% from 255) = 33.85%
R=33.16%
G=32.99%
B=33.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911901950.020.0300.24252475.49
HexBFBEC323018fc44b
Octal277276303230303744113
Binary1011111110111110110000111011011000111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEC3; }

 p { color: rgb(191,190,195); }

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

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

 a { background-color: rgb(191,190,195); }

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

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

 span { border-color: rgb(191,190,195); }

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