#BEBFC3

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

Shades of Ghost #BEBFC3

Tints of Ghost #BEBFC3

Color information

#BEBFC3 (or 0xBEBFC3) is unknown color: approx Ghost. HEX triplet: BE, BF and C3. RGB value is (190,191,195). Sum of RGB (Red+Green+Blue) = 190+191+195=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 191 (75% from 255 or 33.16% 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 #BEBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC3 is #41403C. Grayscale: #BFBFBF. Windows color (decimal): -4276285 or 12828606. OLE color: 12828606.

HSL color Cylindrical-coordinate representation of color #BEBFC3: hue angle of 228º 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 #BEBFC3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190191195-
CMYK0.030.0200.24
HSL228º4%75.49%-
HSV(B)228º2.56%76.47%-
XYZ49.7252.1559.08-
YUV191.16130.17127.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901911950.030.0200.24228475.49
HexBEBFC332018e444b
Octal276277303320303444113
Binary1011111010111111110000111110011000111001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFC3; }

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

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

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

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

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

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

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

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