#BEBFC5

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

Shades of Ghost #BEBFC5

Tints of Ghost #BEBFC5

Color information

#BEBFC5 (or 0xBEBFC5) is unknown color: approx Ghost. HEX triplet: BE, BF and C5. RGB value is (190,191,197). Sum of RGB (Red+Green+Blue) = 190+191+197=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC5 is #41403A. Grayscale: #BFBFBF. Windows color (decimal): -4276283 or 12959678. OLE color: 12959678.

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

Color convert

RGB190191197-
CMYK0.040.0300.23
HSL231.43º5.69%75.88%-
HSV(B)231.43º3.55%77.25%-
XYZ49.9452.2460.27-
YUV191.38131.17127.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 197 (77.34% from 255) = 34.08%
R=32.87%
G=33.04%
B=34.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901911970.040.0300.23231.435.6975.88
HexBEBFC543017e764c
Octal276277305430273476114
Binary10111110101111111100010110011010111111001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFC5; }

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

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

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

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

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

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

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

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