#BEBDC2

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

Shades of Ghost #BEBDC2

Tints of Ghost #BEBDC2

Color information

#BEBDC2 (or 0xBEBDC2) is unknown color: approx Ghost. HEX triplet: BE, BD and C2. RGB value is (190,189,194). Sum of RGB (Red+Green+Blue) = 190+189+194=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDC2 is #41423D. Grayscale: #BDBDBD. Windows color (decimal): -4276798 or 12762558. OLE color: 12762558.

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

Color convert

RGB190189194-
CMYK0.020.0300.24
HSL252º3.94%75.1%-
HSV(B)252º2.58%76.08%-
XYZ49.1751.2458.34-
YUV189.87130.33128.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 194 (76.17% from 255) = 33.86%
R=33.16%
G=32.98%
B=33.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901891940.020.0300.242523.9475.1
HexBEBDC223018fc44b
Octal276275302230303744113
Binary1011111010111101110000101011011000111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDC2; }

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

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

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

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

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

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

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

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