#BCBCC7

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

Shades of Ghost #BCBCC7

Tints of Ghost #BCBCC7

Color information

#BCBCC7 (or 0xBCBCC7) is unknown color: approx Ghost. HEX triplet: BC, BC and C7. RGB value is (188,188,199). Sum of RGB (Red+Green+Blue) = 188+188+199=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC7 is #434338. Grayscale: #BDBDBD. Windows color (decimal): -4408121 or 13089980. OLE color: 13089980.

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

Color convert

RGB188188199-
CMYK0.060.0600.22
HSL240º8.94%75.88%-
HSV(B)240º5.53%78.04%-
XYZ49.0350.7861.25-
YUV189.25133.5127.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=32.70%
G=32.70%
B=34.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881881990.060.0600.222408.9475.88
HexBCBCC766016f094c
Octal2742743076602636011114
Binary1011110010111100110001111101100101101111000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCC7; }

 p { color: rgb(188,188,199); }

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

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

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

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

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

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

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