#BCBAA5

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

Shades of Mist Grey #BCBAA5

Tints of Mist Grey #BCBAA5

Color information

#BCBAA5 (or 0xBCBAA5) is unknown color: approx Mist Grey. HEX triplet: BC, BA and A5. RGB value is (188,186,165). Sum of RGB (Red+Green+Blue) = 188+186+165=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA5 is #43455A. Grayscale: #B8B8B8. Windows color (decimal): -4408667 or 10861244. OLE color: 10861244.

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

Color convert

RGB188186165-
CMYK00.010.120.26
HSL54.78º14.65%69.22%-
HSV(B)54.78º12.23%73.73%-
XYZ45.0948.5342.59-
YUV184.2117.16130.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 165 (64.84% from 255) = 30.61%
R=34.88%
G=34.51%
B=30.61%

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
Decimal18818616500.010.120.2654.7814.6569.22
HexBCBAA501C1A37f45
Octal2742722450114326717105
Binary1011110010111010101001010111001101011011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAA5; }

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

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

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

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

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

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

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

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