#BCBCA6

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

Shades of Mist Grey #BCBCA6

Tints of Mist Grey #BCBCA6

Color information

#BCBCA6 (or 0xBCBCA6) is unknown color: approx Mist Grey. HEX triplet: BC, BC and A6. RGB value is (188,188,166). Sum of RGB (Red+Green+Blue) = 188+188+166=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBCA6 is #434359. Grayscale: #B9B9B9. Windows color (decimal): -4408154 or 10927292. OLE color: 10927292.

HSL color Cylindrical-coordinate representation of color #BCBCA6: hue angle of 60º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBCA6 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188188166-
CMYK000.120.26
HSL60º14.1%69.41%-
HSV(B)60º11.7%73.73%-
XYZ45.6149.4143.21-
YUV185.49117129.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 166 (65.23% from 255) = 30.63%
R=34.69%
G=34.69%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188166000.120.266014.169.41
HexBCBCA600C1A3ce45
Octal2742742460014327416105
Binary1011110010111100101001100011001101011110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCA6; }

 p { color: rgb(188,188,166); }

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

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

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

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

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

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

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