#BFBECC

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

Shades of Ghost #BFBECC

Tints of Ghost #BFBECC

Color information

#BFBECC (or 0xBFBECC) is unknown color: approx Ghost. HEX triplet: BF, BE and CC. RGB value is (191,190,204). Sum of RGB (Red+Green+Blue) = 191+190+204=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBECC is #404133. Grayscale: #BFBFBF. Windows color (decimal): -4210996 or 13418175. OLE color: 13418175.

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

Color convert

RGB191190204-
CMYK0.060.0700.2
HSL244.29º12.07%77.25%-
HSV(B)244.29º6.86%80%-
XYZ50.852.2664.54-
YUV191.9134.83127.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=32.65%
G=32.48%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911902040.060.0700.2244.2912.0777.25
HexBFBECC67014f4c4d
Octal2772763146702436414115
Binary1011111110111110110011001101110101001111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBECC; }

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

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

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

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

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

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

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

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