#BFC0C5

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

Shades of Ghost #BFC0C5

Tints of Ghost #BFC0C5

Color information

#BFC0C5 (or 0xBFC0C5) is unknown color: approx Ghost. HEX triplet: BF, C0 and C5. RGB value is (191,192,197). Sum of RGB (Red+Green+Blue) = 191+192+197=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0C5 is #403F3A. Grayscale: #C0C0C0. Windows color (decimal): -4210491 or 12959935. OLE color: 12959935.

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

Color convert

RGB191192197-
CMYK0.030.0300.23
HSL230º4.92%76.08%-
HSV(B)230º3.05%77.25%-
XYZ50.4152.8160.36-
YUV192.27130.67127.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 197 (77.34% from 255) = 33.97%
R=32.93%
G=33.10%
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
Decimal1911921970.030.0300.232304.9276.08
HexBFC0C533017e654c
Octal277300305330273465114
Binary1011111111000000110001011111010111111001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0C5; }

 p { color: rgb(191,192,197); }

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

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

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

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

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

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

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