#BCBAC4

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

Shades of Ghost #BCBAC4

Tints of Ghost #BCBAC4

Color information

#BCBAC4 (or 0xBCBAC4) is unknown color: approx Ghost. HEX triplet: BC, BA and C4. RGB value is (188,186,196). Sum of RGB (Red+Green+Blue) = 188+186+196=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC4 is #43453B. Grayscale: #BBBBBB. Windows color (decimal): -4408636 or 12892860. OLE color: 12892860.

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

Color convert

RGB188186196-
CMYK0.040.0500.23
HSL252º7.81%74.9%-
HSV(B)252º5.1%76.86%-
XYZ48.2649.7959.29-
YUV187.74132.66128.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 196 (76.95% from 255) = 34.39%
R=32.98%
G=32.63%
B=34.39%

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
Decimal1881861960.040.0500.232527.8174.9
HexBCBAC445017fc84b
Octal2742723044502737410113
Binary1011110010111010110001001001010101111111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAC4; }

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

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

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

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

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

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

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

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