#BEBCC4

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

Shades of Ghost #BEBCC4

Tints of Ghost #BEBCC4

Color information

#BEBCC4 (or 0xBEBCC4) is unknown color: approx Ghost. HEX triplet: BE, BC and C4. RGB value is (190,188,196). Sum of RGB (Red+Green+Blue) = 190+188+196=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC4 is #41433B. Grayscale: #BDBDBD. Windows color (decimal): -4277052 or 12893374. OLE color: 12893374.

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

Color convert

RGB190188196-
CMYK0.030.0400.23
HSL255º6.35%75.29%-
HSV(B)255º4.08%76.86%-
XYZ49.1850.959.46-
YUV189.51131.66128.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=33.10%
G=32.75%
B=34.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901881960.030.0400.232556.3575.29
HexBEBCC434017ff64b
Octal276274304340273776113
Binary10111110101111001100010011100010111111111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCC4; }

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

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

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

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

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

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

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

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