#BEBCC7

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

Shades of Ghost #BEBCC7

Tints of Ghost #BEBCC7

Color information

#BEBCC7 (or 0xBEBCC7) is unknown color: approx Ghost. HEX triplet: BE, BC and C7. RGB value is (190,188,199). Sum of RGB (Red+Green+Blue) = 190+188+199=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC7 is #414338. Grayscale: #BDBDBD. Windows color (decimal): -4277049 or 13089982. OLE color: 13089982.

HSL color Cylindrical-coordinate representation of color #BEBCC7: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBCC7 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190188199-
CMYK0.050.0600.22
HSL250.91º8.94%75.88%-
HSV(B)250.91º5.53%78.04%-
XYZ49.5351.0461.27-
YUV189.85133.16128.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=32.93%
G=32.58%
B=34.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901881990.050.0600.22250.918.9475.88
HexBEBCC756016fb94c
Octal2762743075602637311114
Binary1011111010111100110001111011100101101111101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCC7; }

 p { color: rgb(190,188,199); }

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

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

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

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

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

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

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