#BFBFCB

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

Shades of Ghost #BFBFCB

Tints of Ghost #BFBFCB

Color information

#BFBFCB (or 0xBFBFCB) is unknown color: approx Ghost. HEX triplet: BF, BF and CB. RGB value is (191,191,203). Sum of RGB (Red+Green+Blue) = 191+191+203=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFCB is #404034. Grayscale: #C0C0C0. Windows color (decimal): -4210741 or 13352895. OLE color: 13352895.

HSL color Cylindrical-coordinate representation of color #BFBFCB: hue angle of 240º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBFCB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191191203-
CMYK0.060.0600.20
HSL240º10.34%77.25%-
HSV(B)240º5.91%79.61%-
XYZ50.952.6563.98-
YUV192.37134127.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=32.65%
G=32.65%
B=34.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911912030.060.0600.2024010.3477.25
HexBFBFCB66014f0a4d
Octal2772773136602436012115
Binary1011111110111111110010111101100101001111000010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFCB; }

 p { color: rgb(191,191,203); }

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

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

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

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

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

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

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