#BCBBC4

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

Shades of Ghost #BCBBC4

Tints of Ghost #BCBBC4

Color information

#BCBBC4 (or 0xBCBBC4) is unknown color: approx Ghost. HEX triplet: BC, BB and C4. RGB value is (188,187,196). Sum of RGB (Red+Green+Blue) = 188+187+196=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCBBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC4 is #43443B. Grayscale: #BCBCBC. Windows color (decimal): -4408380 or 12893116. OLE color: 12893116.

HSL color Cylindrical-coordinate representation of color #BCBBC4: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBBC4 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188187196-
CMYK0.040.0500.23
HSL246.67º7.09%75.1%-
HSV(B)246.67º4.59%76.86%-
XYZ48.4750.2259.36-
YUV188.32132.33127.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=32.92%
G=32.75%
B=34.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881871960.040.0500.23246.677.0975.1
HexBCBBC445017f774b
Octal274273304450273677113
Binary101111001011101111000100100101010111111101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBC4; }

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

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

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

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

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

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

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

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