#BFBFC5

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

Shades of Ghost #BFBFC5

Tints of Ghost #BFBFC5

Color information

#BFBFC5 (or 0xBFBFC5) is unknown color: approx Ghost. HEX triplet: BF, BF and C5. RGB value is (191,191,197). Sum of RGB (Red+Green+Blue) = 191+191+197=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFC5 is #40403A. Grayscale: #BFBFBF. Windows color (decimal): -4210747 or 12959679. OLE color: 12959679.

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

Color convert

RGB191191197-
CMYK0.030.0300.23
HSL240º4.92%76.08%-
HSV(B)240º3.05%77.25%-
XYZ50.1952.3760.29-
YUV191.68131127.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 197 (77.34% from 255) = 34.02%
R=32.99%
G=32.99%
B=34.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911911970.030.0300.232404.9276.08
HexBFBFC533017f054c
Octal277277305330273605114
Binary1011111110111111110001011111010111111100001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFC5; }

 p { color: rgb(191,191,197); }

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

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

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

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

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

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

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