#BFBDC6

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

Shades of Ghost #BFBDC6

Tints of Ghost #BFBDC6

Color information

#BFBDC6 (or 0xBFBDC6) is unknown color: approx Ghost. HEX triplet: BF, BD and C6. RGB value is (191,189,198). Sum of RGB (Red+Green+Blue) = 191+189+198=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC6 is #404239. Grayscale: #BEBEBE. Windows color (decimal): -4211258 or 13024703. OLE color: 13024703.

HSL color Cylindrical-coordinate representation of color #BFBDC6: hue angle of 253.33º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFBDC6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191189198-
CMYK0.040.0500.22
HSL253.33º7.32%75.88%-
HSV(B)253.33º4.55%77.65%-
XYZ49.8851.5560.75-
YUV190.62132.16128.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=33.04%
G=32.70%
B=34.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911891980.040.0500.22253.337.3275.88
HexBFBDC645016fd74c
Octal277275306450263757114
Binary101111111011110111000110100101010110111111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDC6; }

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

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

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

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

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

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

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

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