#BCBAA6

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

Shades of Mist Grey #BCBAA6

Tints of Mist Grey #BCBAA6

Color information

#BCBAA6 (or 0xBCBAA6) is unknown color: approx Mist Grey. HEX triplet: BC, BA and A6. RGB value is (188,186,166). Sum of RGB (Red+Green+Blue) = 188+186+166=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA6 is #434559. Grayscale: #B8B8B8. Windows color (decimal): -4408666 or 10926780. OLE color: 10926780.

HSL color Cylindrical-coordinate representation of color #BCBAA6: hue angle of 54.55º 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 #BCBAA6 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188186166-
CMYK00.010.120.26
HSL54.55º14.1%69.41%-
HSV(B)54.55º11.7%73.73%-
XYZ45.1848.5643.07-
YUV184.32117.66130.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 166 (65.23% from 255) = 30.74%
R=34.81%
G=34.44%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818616600.010.120.2654.5514.169.41
HexBCBAA601C1A37e45
Octal2742722460114326716105
Binary1011110010111010101001100111001101011011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAA6; }

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

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

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

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

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

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

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

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