#BCBDC9

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

Shades of Ghost #BCBDC9

Tints of Ghost #BCBDC9

Color information

#BCBDC9 (or 0xBCBDC9) is unknown color: approx Ghost. HEX triplet: BC, BD and C9. RGB value is (188,189,201). Sum of RGB (Red+Green+Blue) = 188+189+201=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC9 is #434236. Grayscale: #BEBEBE. Windows color (decimal): -4407863 or 13221308. OLE color: 13221308.

HSL color Cylindrical-coordinate representation of color #BCBDC9: hue angle of 235.38º 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 #BCBDC9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188189201-
CMYK0.060.0600.21
HSL235.38º10.74%76.27%-
HSV(B)235.38º6.47%78.82%-
XYZ49.4851.362.55-
YUV190.07134.17126.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 201 (78.91% from 255) = 34.78%
R=32.53%
G=32.70%
B=34.78%

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
Decimal1881892010.060.0600.21235.3810.7476.27
HexBCBDC966015ebb4c
Octal2742753116602535313114
Binary1011110010111101110010011101100101011110101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDC9; }

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

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

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

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

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

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

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

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