#BCBAA3

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

Shades of Mist Grey #BCBAA3

Tints of Mist Grey #BCBAA3

Color information

#BCBAA3 (or 0xBCBAA3) is unknown color: approx Mist Grey. HEX triplet: BC, BA and A3. RGB value is (188,186,163). Sum of RGB (Red+Green+Blue) = 188+186+163=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA3 is #43455C. Grayscale: #B8B8B8. Windows color (decimal): -4408669 or 10730172. OLE color: 10730172.

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

Color convert

RGB188186163-
CMYK00.010.130.26
HSL55.2º15.72%68.82%-
HSV(B)55.2º13.3%73.73%-
XYZ44.9148.4541.64-
YUV183.98116.16130.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 163 (64.06% from 255) = 30.35%
R=35.01%
G=34.64%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818616300.010.130.2655.215.7268.82
HexBCBAA301D1A371045
Octal2742722430115326720105
Binary10111100101110101010001101110111010110111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAA3; }

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

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

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

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

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

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

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

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