#BEBFC8

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

Shades of Ghost #BEBFC8

Tints of Ghost #BEBFC8

Color information

#BEBFC8 (or 0xBEBFC8) is unknown color: approx Ghost. HEX triplet: BE, BF and C8. RGB value is (190,191,200). Sum of RGB (Red+Green+Blue) = 190+191+200=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEBFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC8 is #414037. Grayscale: #BFBFBF. Windows color (decimal): -4276280 or 13156286. OLE color: 13156286.

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

Color convert

RGB190191200-
CMYK0.050.0400.22
HSL234º8.33%76.47%-
HSV(B)234º5%78.43%-
XYZ50.2952.3862.1-
YUV191.73132.67126.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 200 (78.52% from 255) = 34.42%
R=32.70%
G=32.87%
B=34.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901912000.050.0400.222348.3376.47
HexBEBFC854016ea84c
Octal2762773105402635210114
Binary1011111010111111110010001011000101101110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFC8; }

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

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

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

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

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

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

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

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