#BFBEC6

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

Shades of Ghost #BFBEC6

Tints of Ghost #BFBEC6

Color information

#BFBEC6 (or 0xBFBEC6) is unknown color: approx Ghost. HEX triplet: BF, BE and C6. RGB value is (191,190,198). Sum of RGB (Red+Green+Blue) = 191+190+198=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC6 is #404139. Grayscale: #BFBFBF. Windows color (decimal): -4211002 or 13024959. OLE color: 13024959.

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

Color convert

RGB191190198-
CMYK0.040.0400.22
HSL247.5º6.56%76.08%-
HSV(B)247.5º4.04%77.65%-
XYZ50.0951.9860.82-
YUV191.21131.83127.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=32.99%
G=32.82%
B=34.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911901980.040.0400.22247.56.5676.08
HexBFBEC644016f874c
Octal277276306440263707114
Binary101111111011111011000110100100010110111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEC6; }

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

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

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

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

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

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

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

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