#BCBDC1

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

Shades of Ghost #BCBDC1

Tints of Ghost #BCBDC1

Color information

#BCBDC1 (or 0xBCBDC1) is unknown color: approx Ghost. HEX triplet: BC, BD and C1. RGB value is (188,189,193). Sum of RGB (Red+Green+Blue) = 188+189+193=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC1 is #43423E. Grayscale: #BDBDBD. Windows color (decimal): -4407871 or 12697020. OLE color: 12697020.

HSL color Cylindrical-coordinate representation of color #BCBDC1: hue angle of 228º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBDC1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188189193-
CMYK0.030.0200.24
HSL228º3.88%74.71%-
HSV(B)228º2.59%75.69%-
XYZ48.5650.9457.72-
YUV189.16130.17127.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=32.98%
G=33.16%
B=33.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881891930.030.0200.242283.8874.71
HexBCBDC132018e444b
Octal274275301320303444113
Binary1011110010111101110000011110011000111001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDC1; }

 p { color: rgb(188,189,193); }

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

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

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

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

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

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

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