#BEBFC6

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

Shades of Ghost #BEBFC6

Tints of Ghost #BEBFC6

Color information

#BEBFC6 (or 0xBEBFC6) is unknown color: approx Ghost. HEX triplet: BE, BF and C6. RGB value is (190,191,198). Sum of RGB (Red+Green+Blue) = 190+191+198=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC6 is #414039. Grayscale: #BFBFBF. Windows color (decimal): -4276282 or 13025214. OLE color: 13025214.

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

Color convert

RGB190191198-
CMYK0.040.0400.22
HSL232.5º6.56%76.08%-
HSV(B)232.5º4.04%77.65%-
XYZ50.0652.2960.88-
YUV191.5131.67126.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=32.82%
G=32.99%
B=34.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901911980.040.0400.22232.56.5676.08
HexBEBFC644016e874c
Octal276277306440263507114
Binary101111101011111111000110100100010110111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFC6; }

 p { color: rgb(190,191,198); }

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

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

 a { background-color: rgb(190,191,198); }

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

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

 span { border-color: rgb(190,191,198); }

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