#BEBDC1

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

Shades of Ghost #BEBDC1

Tints of Ghost #BEBDC1

Color information

#BEBDC1 (or 0xBEBDC1) is unknown color: approx Ghost. HEX triplet: BE, BD and C1. RGB value is (190,189,193). Sum of RGB (Red+Green+Blue) = 190+189+193=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDC1 is #41423E. Grayscale: #BDBDBD. Windows color (decimal): -4276799 or 12697022. OLE color: 12697022.

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

Color convert

RGB190189193-
CMYK0.020.0200.24
HSL255º3.12%74.9%-
HSV(B)255º2.07%75.69%-
XYZ49.0651.1957.75-
YUV189.76129.83128.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=33.22%
G=33.04%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901891930.020.0200.242553.1274.9
HexBEBDC122018ff34b
Octal276275301220303773113
Binary101111101011110111000001101001100011111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDC1; }

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

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

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

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

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

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

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

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