#BFBFC0

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

Shades of Ghost #BFBFC0

Tints of Ghost #BFBFC0

Color information

#BFBFC0 (or 0xBFBFC0) is unknown color: approx Ghost. HEX triplet: BF, BF and C0. RGB value is (191,191,192). Sum of RGB (Red+Green+Blue) = 191+191+192=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFC0 is #40403F. Grayscale: #BFBFBF. Windows color (decimal): -4210752 or 12631999. OLE color: 12631999.

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

Color convert

RGB191191192-
CMYK0.010.0100.25
HSL240º0.79%75.1%-
HSV(B)240º0.52%75.29%-
XYZ49.6352.1457.32-
YUV191.11128.5127.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=33.28%
G=33.28%
B=33.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911911920.010.0100.252400.7975.1
HexBFBFC011019f014b
Octal277277300110313601113
Binary101111111011111111000000110110011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFC0; }

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

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

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

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

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

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

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

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