#BEBFC4

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

Shades of Ghost #BEBFC4

Tints of Ghost #BEBFC4

Color information

#BEBFC4 (or 0xBEBFC4) is unknown color: approx Ghost. HEX triplet: BE, BF and C4. RGB value is (190,191,196). Sum of RGB (Red+Green+Blue) = 190+191+196=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC4 is #41403B. Grayscale: #BFBFBF. Windows color (decimal): -4276284 or 12894142. OLE color: 12894142.

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

Color convert

RGB190191196-
CMYK0.030.0300.23
HSL230º4.84%75.69%-
HSV(B)230º3.06%76.86%-
XYZ49.8352.1959.67-
YUV191.27130.67127.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=32.93%
G=33.10%
B=33.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901911960.030.0300.232304.8475.69
HexBEBFC433017e654c
Octal276277304330273465114
Binary1011111010111111110001001111010111111001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFC4; }

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

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

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

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

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

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

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

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