#BFBEC2

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

Shades of Ghost #BFBEC2

Tints of Ghost #BFBEC2

Color information

#BFBEC2 (or 0xBFBEC2) is unknown color: approx Ghost. HEX triplet: BF, BE and C2. RGB value is (191,190,194). Sum of RGB (Red+Green+Blue) = 191+190+194=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC2 is #40413D. Grayscale: #BEBEBE. Windows color (decimal): -4211006 or 12762815. OLE color: 12762815.

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

Color convert

RGB191190194-
CMYK0.020.0200.24
HSL255º3.17%75.29%-
HSV(B)255º2.06%76.08%-
XYZ49.6451.858.42-
YUV190.76129.83128.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 194 (76.17% from 255) = 33.74%
R=33.22%
G=33.04%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911901940.020.0200.242553.1775.29
HexBFBEC222018ff34b
Octal277276302220303773113
Binary101111111011111011000010101001100011111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEC2; }

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

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

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

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

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

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

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

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