#BEBEC5

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

Shades of Ghost #BEBEC5

Tints of Ghost #BEBEC5

Color information

#BEBEC5 (or 0xBEBEC5) is unknown color: approx Ghost. HEX triplet: BE, BE and C5. RGB value is (190,190,197). Sum of RGB (Red+Green+Blue) = 190+190+197=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEC5 is #41413A. Grayscale: #BEBEBE. Windows color (decimal): -4276539 or 12959422. OLE color: 12959422.

HSL color Cylindrical-coordinate representation of color #BEBEC5: hue angle of 240º 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 #BEBEC5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190190197-
CMYK0.040.0400.23
HSL240º5.69%75.88%-
HSV(B)240º3.55%77.25%-
XYZ49.7351.8160.2-
YUV190.8131.5127.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=32.93%
G=32.93%
B=34.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901901970.040.0400.232405.6975.88
HexBEBEC544017f064c
Octal276276305440273606114
Binary101111101011111011000101100100010111111100001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEC5; }

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

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

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

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

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

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

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

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