#BCBBC1

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

Shades of Ghost #BCBBC1

Tints of Ghost #BCBBC1

Color information

#BCBBC1 (or 0xBCBBC1) is unknown color: approx Ghost. HEX triplet: BC, BB and C1. RGB value is (188,187,193). Sum of RGB (Red+Green+Blue) = 188+187+193=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC1 is #43443E. Grayscale: #BBBBBB. Windows color (decimal): -4408383 or 12696508. OLE color: 12696508.

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

Color convert

RGB188187193-
CMYK0.030.0300.24
HSL250º4.62%74.51%-
HSV(B)250º3.11%75.69%-
XYZ48.1450.0857.58-
YUV187.98130.83128.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=33.10%
G=32.92%
B=33.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881871930.030.0300.242504.6274.51
HexBCBBC133018fa54b
Octal274273301330303725113
Binary1011110010111011110000011111011000111110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBC1; }

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

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

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

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

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

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

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

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