#BFBDC7

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

Shades of Ghost #BFBDC7

Tints of Ghost #BFBDC7

Color information

#BFBDC7 (or 0xBFBDC7) is unknown color: approx Ghost. HEX triplet: BF, BD and C7. RGB value is (191,189,199). Sum of RGB (Red+Green+Blue) = 191+189+199=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC7 is #404238. Grayscale: #BEBEBE. Windows color (decimal): -4211257 or 13090239. OLE color: 13090239.

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

Color convert

RGB191189199-
CMYK0.040.0500.22
HSL252º8.2%76.08%-
HSV(B)252º5.03%78.04%-
XYZ49.9951.661.36-
YUV190.74132.66128.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=32.99%
G=32.64%
B=34.37%

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
Decimal1911891990.040.0500.222528.276.08
HexBFBDC745016fc84c
Octal2772753074502637410114
Binary1011111110111101110001111001010101101111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDC7; }

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

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

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

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

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

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

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

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