#BCBEC6

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

Shades of Ghost #BCBEC6

Tints of Ghost #BCBEC6

Color information

#BCBEC6 (or 0xBCBEC6) is unknown color: approx Ghost. HEX triplet: BC, BE and C6. RGB value is (188,190,198). Sum of RGB (Red+Green+Blue) = 188+190+198=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEC6 is #434139. Grayscale: #BEBEBE. Windows color (decimal): -4407610 or 13024956. OLE color: 13024956.

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

Color convert

RGB188190198-
CMYK0.050.0400.22
HSL228º8.06%75.69%-
HSV(B)228º5.05%77.65%-
XYZ49.3551.660.78-
YUV190.31132.34126.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 198 (77.73% from 255) = 34.38%
R=32.64%
G=32.99%
B=34.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881901980.050.0400.222288.0675.69
HexBCBEC654016e484c
Octal2742763065402634410114
Binary1011110010111110110001101011000101101110010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEC6; }

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

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

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

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

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

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

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

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