#BEBDCB

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

Shades of Ghost #BEBDCB

Tints of Ghost #BEBDCB

Color information

#BEBDCB (or 0xBEBDCB) is unknown color: approx Ghost. HEX triplet: BE, BD and CB. RGB value is (190,189,203). Sum of RGB (Red+Green+Blue) = 190+189+203=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDCB is #414234. Grayscale: #BEBEBE. Windows color (decimal): -4276789 or 13352382. OLE color: 13352382.

HSL color Cylindrical-coordinate representation of color #BEBDCB: hue angle of 244.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBDCB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190189203-
CMYK0.060.0700.20
HSL244.29º11.86%76.86%-
HSV(B)244.29º6.9%79.61%-
XYZ50.2151.6563.82-
YUV190.9134.83127.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=32.65%
G=32.47%
B=34.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901892030.060.0700.20244.2911.8676.86
HexBEBDCB67014f4c4d
Octal2762753136702436414115
Binary1011111010111101110010111101110101001111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDCB; }

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

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

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

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

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

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

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

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