#BEBFC7

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

Shades of Ghost #BEBFC7

Tints of Ghost #BEBFC7

Color information

#BEBFC7 (or 0xBEBFC7) is unknown color: approx Ghost. HEX triplet: BE, BF and C7. RGB value is (190,191,199). Sum of RGB (Red+Green+Blue) = 190+191+199=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC7 is #414038. Grayscale: #BFBFBF. Windows color (decimal): -4276281 or 13090750. OLE color: 13090750.

HSL color Cylindrical-coordinate representation of color #BEBFC7: hue angle of 233.33º degrees, saturation: 0.07, 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 #BEBFC7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190191199-
CMYK0.050.0400.22
HSL233.33º7.44%76.27%-
HSV(B)233.33º4.52%78.04%-
XYZ50.1752.3361.49-
YUV191.61132.17126.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=32.76%
G=32.93%
B=34.31%

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
Decimal1901911990.050.0400.22233.337.4476.27
HexBEBFC754016e974c
Octal276277307540263517114
Binary101111101011111111000111101100010110111010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFC7; }

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

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

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

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

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

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

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

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