#BFBEC4

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

Shades of Ghost #BFBEC4

Tints of Ghost #BFBEC4

Color information

#BFBEC4 (or 0xBFBEC4) is unknown color: approx Ghost. HEX triplet: BF, BE and C4. RGB value is (191,190,196). Sum of RGB (Red+Green+Blue) = 191+190+196=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC4 is #40413B. Grayscale: #BEBEBE. Windows color (decimal): -4211004 or 12893887. OLE color: 12893887.

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

Color convert

RGB191190196-
CMYK0.030.0300.23
HSL250º4.84%75.69%-
HSV(B)250º3.06%76.86%-
XYZ49.8651.8959.61-
YUV190.98130.83128.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=33.10%
G=32.93%
B=33.97%

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
Decimal1911901960.030.0300.232504.8475.69
HexBFBEC433017fa54c
Octal277276304330273725114
Binary1011111110111110110001001111010111111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEC4; }

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

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

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

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

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

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

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

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