#BEBDC5

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

Shades of Ghost #BEBDC5

Tints of Ghost #BEBDC5

Color information

#BEBDC5 (or 0xBEBDC5) is unknown color: approx Ghost. HEX triplet: BE, BD and C5. RGB value is (190,189,197). Sum of RGB (Red+Green+Blue) = 190+189+197=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDC5 is #41423A. Grayscale: #BEBEBE. Windows color (decimal): -4276795 or 12959166. OLE color: 12959166.

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

Color convert

RGB190189197-
CMYK0.040.0400.23
HSL247.5º6.45%75.69%-
HSV(B)247.5º4.06%77.25%-
XYZ49.5151.3760.13-
YUV190.21131.83127.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=32.99%
G=32.81%
B=34.20%

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
Decimal1901891970.040.0400.23247.56.4575.69
HexBEBDC544017f864c
Octal276275305440273706114
Binary101111101011110111000101100100010111111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDC5; }

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

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

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

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

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

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

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

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