#BFBDC9

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

Shades of Ghost #BFBDC9

Tints of Ghost #BFBDC9

Color information

#BFBDC9 (or 0xBFBDC9) is unknown color: approx Ghost. HEX triplet: BF, BD and C9. RGB value is (191,189,201). Sum of RGB (Red+Green+Blue) = 191+189+201=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC9 is #404236. Grayscale: #BEBEBE. Windows color (decimal): -4211255 or 13221311. OLE color: 13221311.

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

Color convert

RGB191189201-
CMYK0.050.0600.21
HSL250º10%76.47%-
HSV(B)250º5.97%78.82%-
XYZ50.2351.6962.59-
YUV190.97133.66128.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=32.87%
G=32.53%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911892010.050.0600.212501076.47
HexBFBDC956015faa4c
Octal2772753115602537212114
Binary1011111110111101110010011011100101011111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDC9; }

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

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

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

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

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

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

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

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