#BFBFC4

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

Shades of Ghost #BFBFC4

Tints of Ghost #BFBFC4

Color information

#BFBFC4 (or 0xBFBFC4) is unknown color: approx Ghost. HEX triplet: BF, BF and C4. RGB value is (191,191,196). Sum of RGB (Red+Green+Blue) = 191+191+196=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFC4 is #40403B. Grayscale: #BFBFBF. Windows color (decimal): -4210748 or 12894143. OLE color: 12894143.

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

Color convert

RGB191191196-
CMYK0.030.0300.23
HSL240º4.07%75.88%-
HSV(B)240º2.55%76.86%-
XYZ50.0852.3259.68-
YUV191.57130.5127.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 196 (76.95% from 255) = 33.91%
R=33.04%
G=33.04%
B=33.91%

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
Decimal1911911960.030.0300.232404.0775.88
HexBFBFC433017f044c
Octal277277304330273604114
Binary1011111110111111110001001111010111111100001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFC4; }

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

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

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

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

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

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

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

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