#BFBDC8

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

Shades of Ghost #BFBDC8

Tints of Ghost #BFBDC8

Color information

#BFBDC8 (or 0xBFBDC8) is unknown color: approx Ghost. HEX triplet: BF, BD and C8. RGB value is (191,189,200). Sum of RGB (Red+Green+Blue) = 191+189+200=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC8 is #404237. Grayscale: #BEBEBE. Windows color (decimal): -4211256 or 13155775. OLE color: 13155775.

HSL color Cylindrical-coordinate representation of color #BFBDC8: hue angle of 250.91º degrees, saturation: 0.09, 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 #BFBDC8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191189200-
CMYK0.040.0600.22
HSL250.91º9.09%76.27%-
HSV(B)250.91º5.5%78.43%-
XYZ50.1151.6461.97-
YUV190.85133.16128.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 200 (78.52% from 255) = 34.48%
R=32.93%
G=32.59%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911892000.040.0600.22250.919.0976.27
HexBFBDC846016fb94c
Octal2772753104602637311114
Binary1011111110111101110010001001100101101111101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDC8; }

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

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

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

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

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

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

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

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