#BFBEC7

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

Shades of Ghost #BFBEC7

Tints of Ghost #BFBEC7

Color information

#BFBEC7 (or 0xBFBEC7) is unknown color: approx Ghost. HEX triplet: BF, BE and C7. RGB value is (191,190,199). Sum of RGB (Red+Green+Blue) = 191+190+199=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC7 is #404138. Grayscale: #BFBFBF. Windows color (decimal): -4211001 or 13090495. OLE color: 13090495.

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

Color convert

RGB191190199-
CMYK0.040.0500.22
HSL246.67º7.44%76.27%-
HSV(B)246.67º4.52%78.04%-
XYZ50.2152.0361.43-
YUV191.32132.33127.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=32.93%
G=32.76%
B=34.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911901990.040.0500.22246.677.4476.27
HexBFBEC745016f774c
Octal277276307450263677114
Binary101111111011111011000111100101010110111101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEC7; }

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

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

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

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

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

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

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

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