#BFC0C9

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

Shades of Ghost #BFC0C9

Tints of Ghost #BFC0C9

Color information

#BFC0C9 (or 0xBFC0C9) is unknown color: approx Ghost. HEX triplet: BF, C0 and C9. RGB value is (191,192,201). Sum of RGB (Red+Green+Blue) = 191+192+201=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFC0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0C9 is #403F36. Grayscale: #C0C0C0. Windows color (decimal): -4210487 or 13222079. OLE color: 13222079.

HSL color Cylindrical-coordinate representation of color #BFC0C9: hue angle of 234º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC0C9 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191192201-
CMYK0.050.0400.21
HSL234º8.47%76.86%-
HSV(B)234º4.98%78.82%-
XYZ50.8852.9962.81-
YUV192.73132.67126.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=32.71%
G=32.88%
B=34.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911922010.050.0400.212348.4776.86
HexBFC0C954015ea84d
Octal2773003115402535210115
Binary1011111111000000110010011011000101011110101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0C9; }

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

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

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

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

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

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

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

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