#BEBCC8

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

Shades of Ghost #BEBCC8

Tints of Ghost #BEBCC8

Color information

#BEBCC8 (or 0xBEBCC8) is unknown color: approx Ghost. HEX triplet: BE, BC and C8. RGB value is (190,188,200). Sum of RGB (Red+Green+Blue) = 190+188+200=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC8 is #414337. Grayscale: #BDBDBD. Windows color (decimal): -4277048 or 13155518. OLE color: 13155518.

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

Color convert

RGB190188200-
CMYK0.050.0600.22
HSL250º9.84%76.08%-
HSV(B)250º6%78.43%-
XYZ49.6451.0861.89-
YUV189.97133.66128.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 200 (78.52% 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.22
SystemRedGreenBlueCMYKHSL
Decimal1901882000.050.0600.222509.8476.08
HexBEBCC856016faa4c
Octal2762743105602637212114
Binary1011111010111100110010001011100101101111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCC8; }

 p { color: rgb(190,188,200); }

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

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

 a { background-color: rgb(190,188,200); }

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

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

 span { border-color: rgb(190,188,200); }

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