#BFBFCC

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

Shades of Ghost #BFBFCC

Tints of Ghost #BFBFCC

Color information

#BFBFCC (or 0xBFBFCC) is unknown color: approx Ghost. HEX triplet: BF, BF and CC. RGB value is (191,191,204). Sum of RGB (Red+Green+Blue) = 191+191+204=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFCC is #404033. Grayscale: #C0C0C0. Windows color (decimal): -4210740 or 13418431. OLE color: 13418431.

HSL color Cylindrical-coordinate representation of color #BFBFCC: hue angle of 240º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBFCC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191191204-
CMYK0.060.0600.2
HSL240º11.3%77.45%-
HSV(B)240º6.37%80%-
XYZ51.0252.764.61-
YUV192.48134.5126.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=32.59%
G=32.59%
B=34.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911912040.060.0600.224011.377.45
HexBFBFCC66014f0b4d
Octal2772773146602436013115
Binary1011111110111111110011001101100101001111000010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFCC; }

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

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

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

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

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

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

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

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