#BEBEC4

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

Shades of Ghost #BEBEC4

Tints of Ghost #BEBEC4

Color information

#BEBEC4 (or 0xBEBEC4) is unknown color: approx Ghost. HEX triplet: BE, BE and C4. RGB value is (190,190,196). Sum of RGB (Red+Green+Blue) = 190+190+196=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEC4 is #41413B. Grayscale: #BEBEBE. Windows color (decimal): -4276540 or 12893886. OLE color: 12893886.

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

Color convert

RGB190190196-
CMYK0.030.0300.23
HSL240º4.84%75.69%-
HSV(B)240º3.06%76.86%-
XYZ49.6151.7659.6-
YUV190.68131127.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 196 (76.95% from 255) = 34.03%
R=32.99%
G=32.99%
B=34.03%

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
Decimal1901901960.030.0300.232404.8475.69
HexBEBEC433017f054c
Octal276276304330273605114
Binary1011111010111110110001001111010111111100001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEC4; }

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

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

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

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

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

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

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

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