#BCBCC9

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

Shades of Ghost #BCBCC9

Tints of Ghost #BCBCC9

Color information

#BCBCC9 (or 0xBCBCC9) is unknown color: approx Ghost. HEX triplet: BC, BC and C9. RGB value is (188,188,201). Sum of RGB (Red+Green+Blue) = 188+188+201=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC9 is #434336. Grayscale: #BDBDBD. Windows color (decimal): -4408119 or 13221052. OLE color: 13221052.

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

Color convert

RGB188188201-
CMYK0.060.0600.21
HSL240º10.74%76.27%-
HSV(B)240º6.47%78.82%-
XYZ49.2650.8762.48-
YUV189.48134.5126.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=32.58%
G=32.58%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881882010.060.0600.2124010.7476.27
HexBCBCC966015f0b4c
Octal2742743116602536013114
Binary1011110010111100110010011101100101011111000010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCC9; }

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

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

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

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

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

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

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

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