#BEBFCB

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

Shades of Ghost #BEBFCB

Tints of Ghost #BEBFCB

Color information

#BEBFCB (or 0xBEBFCB) is unknown color: approx Ghost. HEX triplet: BE, BF and CB. RGB value is (190,191,203). Sum of RGB (Red+Green+Blue) = 190+191+203=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFCB is #414034. Grayscale: #C0C0C0. Windows color (decimal): -4276277 or 13352894. OLE color: 13352894.

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

Color convert

RGB190191203-
CMYK0.060.0600.20
HSL235.38º11.11%77.06%-
HSV(B)235.38º6.4%79.61%-
XYZ50.6552.5263.97-
YUV192.07134.17126.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=32.53%
G=32.71%
B=34.76%

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
Decimal1901912030.060.0600.20235.3811.1177.06
HexBEBFCB66014ebb4d
Octal2762773136602435313115
Binary1011111010111111110010111101100101001110101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFCB; }

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

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

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

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

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

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

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

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