#BEBEC0

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

Shades of Ghost #BEBEC0

Tints of Ghost #BEBEC0

Color information

#BEBEC0 (or 0xBEBEC0) is unknown color: approx Ghost. HEX triplet: BE, BE and C0. RGB value is (190,190,192). Sum of RGB (Red+Green+Blue) = 190+190+192=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEC0 is #41413F. Grayscale: #BEBEBE. Windows color (decimal): -4276544 or 12631742. OLE color: 12631742.

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

Color convert

RGB190190192-
CMYK0.010.0100.25
HSL240º1.56%74.9%-
HSV(B)240º1.04%75.29%-
XYZ49.1651.5857.23-
YUV190.23129127.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 192 (75.39% from 255) = 33.57%
R=33.22%
G=33.22%
B=33.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901901920.010.0100.252401.5674.9
HexBEBEC011019f024b
Octal276276300110313602113
Binary1011111010111110110000001101100111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEC0; }

 p { color: rgb(190,190,192); }

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

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

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

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

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

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

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